mirror of https://github.com/ArduPilot/ardupilot
AP_Rally: include required AP_Vehicle_Type header
This commit is contained in:
parent
fb1266f775
commit
74459e3e4d
|
@ -5,6 +5,7 @@
|
||||||
#include <AP_AHRS/AP_AHRS.h>
|
#include <AP_AHRS/AP_AHRS.h>
|
||||||
#include <AP_Logger/AP_Logger.h>
|
#include <AP_Logger/AP_Logger.h>
|
||||||
#include <StorageManager/StorageManager.h>
|
#include <StorageManager/StorageManager.h>
|
||||||
|
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||||
|
|
||||||
#if HAL_RALLY_ENABLED
|
#if HAL_RALLY_ENABLED
|
||||||
// storage object
|
// storage object
|
||||||
|
|
Loading…
Reference in New Issue