Browse Source

SITL: include replace.h for AirSim to fix missing memrchr() on MacOS

mission-4.1.18
Josh Prochaska 6 years ago committed by Andrew Tridgell
parent
commit
6440069e7c
  1. 1
      libraries/SITL/SIM_AirSim.cpp

1
libraries/SITL/SIM_AirSim.cpp

@ -10,6 +10,7 @@ @@ -10,6 +10,7 @@
#include <AP_HAL/AP_HAL.h>
#include <AP_Logger/AP_Logger.h>
#include <AP_HAL/utility/replace.h>
extern const AP_HAL::HAL& hal;

Loading…
Cancel
Save