[ion] Fix build of blackbox and simulator in DEBUG=1

This commit is contained in:
Émilie Feral
2019-05-03 16:13:34 +02:00
parent 16c8f0fb97
commit 72d8fdd4a5
2 changed files with 2 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
#include <ion/events.h>
#include <stdio.h>
#include <stdlib.h>
#include <layout_events.h>
#include "display.h"
namespace Ion {

View File

@@ -10,6 +10,7 @@ extern "C" {
#include <FL/Fl.H>
#include <FL/Fl_Window.H>
#include <FL/Fl_Box.H>
#include <layout_events.h>
#include "display/fltklcd.h"
#include "keyboard/fltkkbd.h"