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