mirror of https://github.com/ArduPilot/ardupilot
SITL: fix build for macos systems
This commit is contained in:
parent
e58d2ecf2f
commit
f53d80374b
|
@ -3,6 +3,7 @@
|
|||
#include "SIM_I2C.h"
|
||||
|
||||
#include <SITL/SIM_Aircraft.h>
|
||||
#include <AP_HAL/utility/sparse-endian.h>
|
||||
|
||||
namespace SITL {
|
||||
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
#include "SIM_PS_TeraRangerTower.h"
|
||||
|
||||
#include <GCS_MAVLink/GCS.h>
|
||||
#include <AP_HAL/utility/sparse-endian.h>
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
|
||||
|
|
Loading…
Reference in New Issue