CPUInfo: add include to fix compile error

This commit is contained in:
Randy Mackay 2015-04-29 10:10:21 +09:00
parent 609bb0c56a
commit ff5f0f1d23
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@
#include <AP_Rally.h>
#include <AP_ADC_AnalogSource.h>
#include <AP_OpticalFlow.h>
#include <AP_RangeFinder.h>
const AP_HAL::HAL& hal = AP_HAL_BOARD_DRIVER;