AP_HAL_SITL: include required AP_Vehicle_Type header

This commit is contained in:
Peter Barker 2022-10-28 12:38:07 +11:00 committed by Andrew Tridgell
parent 6f63e79f36
commit e7d30aefec
2 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,8 @@
#include <SITL/SIM_Blimp.h>
#include <AP_Filesystem/AP_Filesystem.h>
#include <AP_Vehicle/AP_Vehicle_Type.h>
#include <signal.h>
#include <stdio.h>
#include <time.h>

View File

@ -43,6 +43,8 @@
#include <AP_HAL/utility/packetise.h>
#endif
#include <AP_Vehicle/AP_Vehicle_Type.h>
extern const AP_HAL::HAL& hal;
using namespace HALSITL;