AP_Follow: include required GCS.h header

This commit is contained in:
Peter Barker 2022-08-15 12:18:30 +10:00 committed by Andrew Tridgell
parent d2315fa4d0
commit 4210daaa19
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Logger/AP_Logger.h>
#include <GCS_MAVLink/GCS.h>
extern const AP_HAL::HAL& hal;