AP_InertialNav: fixed example build

This commit is contained in:
Andrew Tridgell 2013-05-08 16:45:21 +10:00
parent ed93f80ba9
commit c3738ed344

View File

@ -19,6 +19,7 @@
#include <AC_PID.h> // PID library
#include <APM_PI.h> // PID library
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
#include <GCS_MAVLink.h>
#include <AP_InertialNav.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;