AP_Terrain: 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 c3c6842e5a
commit 241a7b1d78

View File

@ -24,6 +24,7 @@
#if AP_TERRAIN_AVAILABLE
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <AP_Filesystem/AP_Filesystem.h>
extern const AP_HAL::HAL& hal;