Browse Source

APM_Control: include AP_Common.h

master
Andrew Tridgell 12 years ago
parent
commit
f9ab781d57
  1. 1
      libraries/APM_Control/AP_PitchController.cpp

1
libraries/APM_Control/AP_PitchController.cpp

@ -9,6 +9,7 @@ @@ -9,6 +9,7 @@
#include <math.h>
#include <AP_HAL.h>
#include <AP_Common.h>
#include "AP_PitchController.h"
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save