mirror of https://github.com/ArduPilot/ardupilot
AC_Avoidance: include required AP_Vehicle_Type header
This commit is contained in:
parent
e7509ccf66
commit
faa69f672a
|
@ -18,6 +18,7 @@
|
|||
#include <AC_Fence/AC_Fence.h>
|
||||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <AP_Logger/AP_Logger.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
// parameter defaults
|
||||
const float OA_BENDYRULER_LOOKAHEAD_DEFAULT = 15.0f;
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#include <AP_AHRS/AP_AHRS.h>
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_Math/AP_Math.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
|
|
Loading…
Reference in New Issue