From 36d2c267fe5bf3f4fdf556efd3fe60997619662e Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 23 Dec 2022 09:50:12 +1100 Subject: [PATCH] AP_HAL: allow for a wider range of simulation backends in SIM-on-hw --- libraries/AP_HAL/SIMState.cpp | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/libraries/AP_HAL/SIMState.cpp b/libraries/AP_HAL/SIMState.cpp index 36581470d7..c9490b11f2 100644 --- a/libraries/AP_HAL/SIMState.cpp +++ b/libraries/AP_HAL/SIMState.cpp @@ -9,7 +9,17 @@ */ #include +#include +#include #include +#include +#include +#include +#include +#include +#include +#include +#include #include #include