AC_Fence: changed to AP_Vehicle.h

This commit is contained in:
Andrew Tridgell 2013-09-13 11:46:32 +10:00
parent fbe4be94cf
commit 9be02fb493

View File

@ -27,7 +27,7 @@
#include <AC_Fence.h> // Fence library
#include <GCS_MAVLink.h>
#include <AP_Notify.h>
#include <AP_SpdHgtControl.h>
#include <AP_Vehicle.h>
#include <DataFlash.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;