AP_OSD: Fix AP_GPS.h include

This commit is contained in:
Michael du Breuil 2019-06-13 19:44:17 -07:00 committed by Andrew Tridgell
parent cbcd959290
commit 2ab8a2318e

View File

@ -31,6 +31,7 @@
#include <AP_Stats/AP_Stats.h>
#include <AP_Common/Location.h>
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <AP_GPS/AP_GPS.h>
#include <ctype.h>
#include <GCS_MAVLink/GCS.h>