AP_AHRS: fixed example build

This commit is contained in:
Andrew Tridgell 2014-08-13 21:46:04 +10:00
parent 759a55d633
commit 0f5b65e40e

View File

@ -21,6 +21,7 @@
#include <AP_Baro.h>
#include <GCS_MAVLink.h>
#include <AP_Mission.h>
#include <StorageManager.h>
#include <AP_Terrain.h>
#include <Filter.h>
#include <SITL.h>