GCS_MAVLink: Fix AP_GPS include

This commit is contained in:
Michael du Breuil 2019-06-13 19:43:24 -07:00 committed by Andrew Tridgell
parent 6317355390
commit be7afe346b
2 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,7 @@
#endif
#include <AP_BattMonitor/AP_BattMonitor.h>
#include <AP_GPS/AP_GPS.h>
extern const AP_HAL::HAL& hal;

View File

@ -21,6 +21,7 @@
#include <AP_HAL/AP_HAL.h>
#include "GCS.h"
#include <AP_Logger/AP_Logger.h>
#include <AP_GPS/AP_GPS.h>
extern const AP_HAL::HAL& hal;