AP_Avoidance: 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 5ed0451f8b
commit 27ef864587
1 changed files with 1 additions and 0 deletions

View File

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