AP_Frsky: Fix AP_GPS.h include

This commit is contained in:
Michael du Breuil 2019-06-13 19:59:09 -07:00 committed by Andrew Tridgell
parent f6f432a785
commit 889d9b7348
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
#include <AP_Common/AP_FWVersion.h>
#include <GCS_MAVLink/GCS.h>
#include <AP_Common/Location.h>
#include <AP_GPS/AP_GPS.h>
#include <stdio.h>
extern const AP_HAL::HAL& hal;