From db1479b46b53a8dc7ef1a2be26a1dd01e0e117c2 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 25 Jul 2014 17:54:25 +1000 Subject: [PATCH] AP_GPS: fixed example build --- libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde | 1 + .../examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.pde | 1 + 2 files changed, 2 insertions(+) diff --git a/libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde b/libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde index 9b2395da38..e9447d6709 100644 --- a/libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde +++ b/libraries/AP_GPS/examples/GPS_AUTO_test/GPS_AUTO_test.pde @@ -28,6 +28,7 @@ #include #include #include +#include #include #include #include diff --git a/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.pde b/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.pde index 6c9ab52004..d7620b82c8 100644 --- a/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.pde +++ b/libraries/AP_GPS/examples/GPS_UBLOX_passthrough/GPS_UBLOX_passthrough.pde @@ -29,6 +29,7 @@ #include #include #include +#include #include #include #include