CPUInfo: fixed SITL build

This commit is contained in:
Andrew Tridgell 2014-01-09 17:16:34 +08:00
parent 0401e8f914
commit 4d5346be79
1 changed files with 5 additions and 0 deletions

View File

@ -25,6 +25,11 @@
#include <AP_Param.h>
#include <AP_Progmem.h>
#include <AP_Math.h>
#include <AP_AHRS.h>
#include <AP_Airspeed.h>
#include <AP_Vehicle.h>
#include <AP_NavEKF.h>
#include <AP_ADC_AnalogSource.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;