SITL: add missing includes

This commit is contained in:
Peter Barker 2023-12-01 10:17:39 +11:00 committed by Peter Barker
parent 576dc9d05f
commit 0d9c658a1e
3 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,8 @@
#include <SITL/SITL.h>
#include <time.h>
using namespace SITL;
/*

View File

@ -8,6 +8,8 @@
#include <AP_Common/NMEA.h>
#include <AP_HAL/AP_HAL.h>
#include <time.h>
extern const AP_HAL::HAL& hal;
using namespace SITL;

View File

@ -6,6 +6,7 @@
#include <SITL/SITL.h>
#include <AP_HAL/utility/sparse-endian.h>
#include <AP_InternalError/AP_InternalError.h>
#include <assert.h>