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

This commit is contained in:
Josh Prochaska 2019-07-16 16:08:23 -07:00 committed by Andrew Tridgell
parent 0054544bd3
commit 6440069e7c
1 changed files with 1 additions and 0 deletions

View File

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