AP_Follow: include required AP_Vehicle_Type header

This commit is contained in:
Peter Barker 2022-10-28 12:38:07 +11:00 committed by Andrew Tridgell
parent 3b640999b9
commit 6f63e79f36
1 changed files with 1 additions and 0 deletions

View File

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