mirror of https://github.com/ArduPilot/ardupilot
AP_Avoidance: include required AP_Vehicle_Type header
This commit is contained in:
parent
5ed0451f8b
commit
27ef864587
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue