AC_Fence: fixed example build

This commit is contained in:
Andrew Tridgell 2013-05-08 16:44:50 +10:00
parent 81c1fd5fc4
commit 56694fd9b1
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <AP_Buffer.h> // ArduPilot general purpose FIFO buffer
#include <AP_InertialNav.h> // Inertial Navigation library
#include <AC_Fence.h> // Fence library
#include <GCS_MAVLink.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;