From f31a570d96e1a0ee28baecefa18b7e8c586c201c Mon Sep 17 00:00:00 2001 From: Didier 'OdyX' Raboud Date: Wed, 23 Oct 2013 14:49:36 +0200 Subject: [PATCH] Include SDL.h in main.cpp to make sure the main loop is SDL's main loop This allows the MacOSX program to start. --- src/app/main.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/main.cpp b/src/app/main.cpp index 5c0afd36..1e70beb3 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -28,6 +28,7 @@ #include "common/misc.h" #include "common/restext.h" +#include /* Doxygen main page */