AP_HAL_FLYMAPLE: fix compile error in example AP_Baro_BMP085_test.pde

due to need for new library AP_Notify
This commit is contained in:
Mike McCauley 2013-10-03 17:35:58 +10:00 committed by Andrew Tridgell
parent 2d3c86ee80
commit 1f7272978c
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@
#include <AP_Math.h>
#include <AP_HAL.h>
#include <AP_Buffer.h>
#include <AP_Notify.h>
#include <Filter.h>
#include <AP_Baro.h>
#include <GCS_MAVLink.h>