From 93070a673e80fd6e88055ea571350fde72f4ceb0 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell <tridge@samba.org> Date: Thu, 30 Jan 2014 13:33:46 +1100 Subject: [PATCH] AP_Math: fixed example build --- libraries/AP_Math/examples/location/location.pde | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_Math/examples/location/location.pde b/libraries/AP_Math/examples/location/location.pde index 742789ac4..2c3229fce 100644 --- a/libraries/AP_Math/examples/location/location.pde +++ b/libraries/AP_Math/examples/location/location.pde @@ -14,6 +14,7 @@ #include <AP_InertialSensor.h> #include <AP_GPS.h> #include <DataFlash.h> +#include <AP_Baro.h> #include <GCS_MAVLink.h> #include <AP_Declination.h> -- GitLab