mirror of https://github.com/ArduPilot/ardupilot
AP_Follow: include required GCS.h header
This commit is contained in:
parent
d2315fa4d0
commit
4210daaa19
|
@ -20,6 +20,7 @@
|
||||||
|
|
||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_Logger/AP_Logger.h>
|
#include <AP_Logger/AP_Logger.h>
|
||||||
|
#include <GCS_MAVLink/GCS.h>
|
||||||
|
|
||||||
extern const AP_HAL::HAL& hal;
|
extern const AP_HAL::HAL& hal;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue