AC_AttitudeControl: fixed example build

This commit is contained in:
Andrew Tridgell 2014-03-19 09:34:44 +11:00 committed by Randy Mackay
parent 23e296dd00
commit 73ae38eaf0
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer #include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
#include <AP_InertialNav.h> // Inertial Navigation library #include <AP_InertialNav.h> // Inertial Navigation library
#include <GCS_MAVLink.h> #include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <AP_Notify.h> #include <AP_Notify.h>
#include <AP_Vehicle.h> #include <AP_Vehicle.h>
#include <DataFlash.h> #include <DataFlash.h>