summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/glwrapper.cc
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2010-05-16 00:56:00 -0700
committerSteven Noonan <steven@uplinklabs.net>2010-05-16 00:56:00 -0700
commit9ae45971fc9fcb1591e0159f220a19ed0b3a2fb6 (patch)
tree5cf5efcaee8ed5ce3b520dc8f93761aaec95b074 /crawl-ref/source/glwrapper.cc
parent7791ac98b2223e69412aea8f4f86ccb84aaaa7b5 (diff)
downloadcrawl-ref-9ae45971fc9fcb1591e0159f220a19ed0b3a2fb6.tar.gz
crawl-ref-9ae45971fc9fcb1591e0159f220a19ed0b3a2fb6.zip
glwrapper.cc: add missing include for AppHdr.h
Fixes a compilation error due to no definition of DEBUG/NDEBUG. Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/glwrapper.cc')
-rw-r--r--crawl-ref/source/glwrapper.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/glwrapper.cc b/crawl-ref/source/glwrapper.cc
index c57f066f11..4fc9e02041 100644
--- a/crawl-ref/source/glwrapper.cc
+++ b/crawl-ref/source/glwrapper.cc
@@ -1,3 +1,5 @@
+#include "AppHdr.h"
+
#ifdef USE_TILE
#include "glwrapper.h"