AC_PrecLand: include required AP_Vehicle_Type header

This commit is contained in:
Peter Barker 2022-10-28 12:38:06 +11:00 committed by Andrew Tridgell
parent faa69f672a
commit 4c55bea0f2

View File

@ -9,6 +9,7 @@
#include "AC_PrecLand_SITL.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;