From 72d8fdd4a579abc0f6c9f5079cfb3d5d336deff9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89milie=20Feral?= Date: Fri, 3 May 2019 16:13:34 +0200 Subject: [PATCH] [ion] Fix build of blackbox and simulator in DEBUG=1 --- ion/src/blackbox/events.cpp | 1 + ion/src/simulator/init.cpp | 1 + 2 files changed, 2 insertions(+) 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"