summaryrefslogtreecommitdiff
path: root/src/gui/gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/gui.cpp')
-rw-r--r--src/gui/gui.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/gui.cpp b/src/gui/gui.cpp
index 1638f94e..88998f7a 100644
--- a/src/gui/gui.cpp
+++ b/src/gui/gui.cpp
@@ -27,6 +27,9 @@
#include <guichan/image.hpp>
#include <guichan/imagefont.hpp>
+
+// Moved up because of nested inclusion of winnt.h which defines DELETE
+// constant as well as guichan does
#include <guichan/sdl/sdlinput.hpp>
#ifdef USE_OPENGL