AP_InertialNav: fixed example build

This commit is contained in:
Andrew Tridgell 2013-12-17 11:50:43 +11:00
parent e321ad65f4
commit 4671aaa367

View File

@ -23,6 +23,7 @@
#include <AC_PID.h> // PID library #include <AC_PID.h> // PID library
#include <APM_PI.h> // PID library #include <APM_PI.h> // PID library
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer #include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
#include <DataFlash.h>
#include <GCS_MAVLink.h> #include <GCS_MAVLink.h>
#include <AP_Notify.h> #include <AP_Notify.h>