APM_Control: Fix AP_GPS include

This commit is contained in:
Michael du Breuil 2019-06-13 20:15:29 -07:00 committed by Andrew Tridgell
parent a09ead5819
commit 197804412a

View File

@ -16,6 +16,7 @@
#include <AP_Math/AP_Math.h>
#include <AP_HAL/AP_HAL.h>
#include "AR_AttitudeControl.h"
#include <AP_GPS/AP_GPS.h>
extern const AP_HAL::HAL& hal;