AP_GPS: make the examples compile in Linux

This commit is contained in:
Victor Mayoral Vilches 2014-08-23 11:19:06 -07:00 committed by Andrew Tridgell
parent b5f1ab496b
commit 46c8714996

View File

@ -34,6 +34,7 @@
#include <AP_Math.h>
#include <AP_Notify.h>
#include <AP_NavEKF.h>
#include <AP_Rally.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;