APM_Control: include AP_Common.h

This commit is contained in:
Andrew Tridgell 2013-01-02 14:44:02 +11:00
parent 456e8bfb6e
commit f9ab781d57
1 changed files with 1 additions and 0 deletions

View File

@ -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;