AP_ADSB: Include needed AP_Baro.h

This commit is contained in:
Michael du Breuil 2019-06-26 19:29:35 -07:00 committed by Peter Barker
parent 3c6b08e67f
commit 2dcbe5a49b

View File

@ -29,6 +29,7 @@
#include <GCS_MAVLink/GCS.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_GPS/AP_GPS.h>
#include <AP_Baro/AP_Baro.h>
#define VEHICLE_TIMEOUT_MS 5000 // if no updates in this time, drop it from the list