AP_HAL_SITL: Fix missing include for logger.h

This commit is contained in:
Michael du Breuil 2019-06-26 19:38:13 -07:00 committed by Peter Barker
parent b7bca441e5
commit a6623bfad3

View File

@ -23,6 +23,7 @@
#include <AP_HAL_Empty/AP_HAL_Empty.h>
#include <AP_HAL_Empty/AP_HAL_Empty_Private.h>
#include <AP_InternalError/AP_InternalError.h>
#include <AP_Logger/AP_Logger.h>
using namespace HALSITL;