Tools: Replay: fix build

This commit is contained in:
Peter Barker 2019-01-18 17:18:52 +11:00 committed by Andrew Tridgell
parent 6fc76a32af
commit 9eea14054e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
#include "AP_LoggerFileReader.h"
#include "DataFlashFileReader.h"
#include <fcntl.h>
#include <string.h>

View File

@ -1,5 +1,5 @@
#include "VehicleType.h"
#include "AP_LoggerFileReader.h"
#include "DataFlashFileReader.h"
#include "LR_MsgHandler.h"
#include "Parameters.h"

View File

@ -25,7 +25,7 @@
#endif
#include "LogReader.h"
#include "AP_LoggerFileReader.h"
#include "DataFlashFileReader.h"
#include "Replay.h"
#if CONFIG_HAL_BOARD == HAL_BOARD_SITL