mirror of https://github.com/ArduPilot/ardupilot
SITL: add missing includes
This commit is contained in:
parent
576dc9d05f
commit
0d9c658a1e
|
@ -6,6 +6,8 @@
|
|||
|
||||
#include <SITL/SITL.h>
|
||||
|
||||
#include <time.h>
|
||||
|
||||
using namespace SITL;
|
||||
|
||||
/*
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
#include <SITL/SITL.h>
|
||||
#include <AP_HAL/utility/sparse-endian.h>
|
||||
#include <AP_InternalError/AP_InternalError.h>
|
||||
|
||||
#include <assert.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue