SITL: fix build for macos systems

This commit is contained in:
Siddharth Purohit 2021-01-08 02:20:06 +05:30 committed by Peter Barker
parent e58d2ecf2f
commit f53d80374b
2 changed files with 2 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include "SIM_I2C.h"
#include <SITL/SIM_Aircraft.h>
#include <AP_HAL/utility/sparse-endian.h>
namespace SITL {

View File

@ -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>