Hello: fixed SITL build

This commit is contained in:
Andrew Tridgell 2014-01-09 17:17:04 +08:00
parent 4d5346be79
commit 906c1d18b4
1 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,14 @@
#include <AP_Compass.h>
#include <AP_Declination.h>
#include <SITL.h>
#include <DataFlash.h>
#include <AP_GPS.h>
#include <AP_AHRS.h>
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_NavEKF.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_Notify.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;