AP_Arming: include required AP_Vehicle_Type header

This commit is contained in:
Peter Barker 2022-10-28 12:55:26 +11:00 committed by Andrew Tridgell
parent 241a7b1d78
commit c023575ee8

View File

@ -50,6 +50,7 @@
#include <AP_Mount/AP_Mount.h>
#include <AP_OpenDroneID/AP_OpenDroneID.h>
#include <AP_SerialManager/AP_SerialManager.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#if HAL_MAX_CAN_PROTOCOL_DRIVERS
#include <AP_CANManager/AP_CANManager.h>