AC_Fence: include required GCS.h header

This commit is contained in:
Peter Barker 2022-08-15 12:17:34 +10:00 committed by Andrew Tridgell
parent 9b2b21e531
commit d2315fa4d0
1 changed files with 1 additions and 0 deletions

View File

@ -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;