SITL: use replace.h in SIM_Morse

fixes build on MacOS
This commit is contained in:
Andrew Tridgell 2018-12-06 11:12:32 +11:00
parent 8907506c18
commit 997d07b694
1 changed files with 1 additions and 0 deletions

View File

@ -29,6 +29,7 @@
#include <AP_HAL/AP_HAL.h>
#include <DataFlash/DataFlash.h>
#include "pthread.h"
#include <AP_HAL/utility/replace.h>
extern const AP_HAL::HAL& hal;