AP_HAL_SITL: add missing include for AP_BoardConfig.h

This commit is contained in:
Peter Barker 2019-07-04 11:38:24 +10:00 committed by Peter Barker
parent ebd8170a15
commit 39b17e42d0

View File

@ -20,6 +20,7 @@
#include "SITL_State.h"
#include "Util.h"
#include <AP_BoardConfig/AP_BoardConfig.h>
#include <AP_HAL_Empty/AP_HAL_Empty.h>
#include <AP_HAL_Empty/AP_HAL_Empty_Private.h>
#include <AP_InternalError/AP_InternalError.h>