From b32726e867f682d99c05c2eb7f48612f761f30bd Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 15 Jun 2012 16:25:14 +1000 Subject: [PATCH] GPS: need pgmspace.h for _write_progstr_block() --- libraries/AP_GPS/GPS.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/AP_GPS/GPS.h b/libraries/AP_GPS/GPS.h index b002f4c65d..bd6410ce97 100644 --- a/libraries/AP_GPS/GPS.h +++ b/libraries/AP_GPS/GPS.h @@ -8,6 +8,7 @@ #include #include +#include /// @class GPS /// @brief Abstract base class for GPS receiver drivers.