diff --git a/ion/src/blackbox/events.cpp b/ion/src/blackbox/events.cpp index c932eac4c..1c9f730f3 100644 --- a/ion/src/blackbox/events.cpp +++ b/ion/src/blackbox/events.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include "display.h" namespace Ion { diff --git a/ion/src/simulator/init.cpp b/ion/src/simulator/init.cpp index d67d521d5..e2ce8094a 100644 --- a/ion/src/simulator/init.cpp +++ b/ion/src/simulator/init.cpp @@ -10,6 +10,7 @@ extern "C" { #include #include #include +#include #include "display/fltklcd.h" #include "keyboard/fltkkbd.h"