Browse Source

SITL: fix build for macos systems

c415-sdk
Siddharth Purohit 4 years ago committed by Peter Barker
parent
commit
f53d80374b
  1. 1
      libraries/SITL/SIM_I2CDevice.h
  2. 1
      libraries/SITL/SIM_PS_TeraRangerTower.cpp

1
libraries/SITL/SIM_I2CDevice.h

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

1
libraries/SITL/SIM_PS_TeraRangerTower.cpp

@ -19,6 +19,7 @@ @@ -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…
Cancel
Save