summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 936e63c15..39ebecd35 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -22,6 +22,10 @@
#include "maingui.h"
+#ifdef WIN32
+#include "SDL.h"
+#endif // WIN32
+
#include "debug.h"
#if !defined(UNITTESTS) && !defined(ANDROID)