AC_Fence: fixed example build

This commit is contained in:
Andrew Tridgell 2013-08-29 15:04:27 +10:00
parent 6182571c21
commit e6794239ca

View File

@ -26,6 +26,9 @@
#include <AP_InertialNav.h> // Inertial Navigation library #include <AP_InertialNav.h> // Inertial Navigation library
#include <AC_Fence.h> // Fence library #include <AC_Fence.h> // Fence library
#include <GCS_MAVLink.h> #include <GCS_MAVLink.h>
#include <AP_Notify.h>
#include <AP_SpdHgtControl.h>
#include <DataFlash.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER; const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;