mirror of https://github.com/ArduPilot/ardupilot
AP_Follow: include required AP_Vehicle_Type header
This commit is contained in:
parent
3b640999b9
commit
6f63e79f36
|
@ -21,6 +21,7 @@
|
|||
#include <AP_AHRS/AP_AHRS.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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue