mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 14:38:30 -04:00
AP_HAL_SITL: Fix missing include for logger.h
This commit is contained in:
parent
b7bca441e5
commit
a6623bfad3
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user