[ion/simulator] Add missing includes

This commit is contained in:
Romain Goyet
2019-09-25 11:19:38 +02:00
committed by EmilieNumworks
parent 7991c4966a
commit 97892bb9b7
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include "main.h"
#include <ion/display.h>
#include <SDL.h>
#include <string.h>
/* Drawing on an SDL texture
* In SDL2, drawing bitmap data happens through textures, whose data lives in

View File

@@ -4,6 +4,7 @@
#include <assert.h>
#include <ion/events.h>
#include <SDL.h>
#include <string.h>
namespace Ion {
namespace Events {