summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/debug.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-28 21:53:12 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2008-09-28 21:53:12 +0000
commit0a14c0089ffff79762fce9e1e3cb543af100e239 (patch)
treee0ee238676d18dbbb0fe2bf0fab38996eccc4a9a /crawl-ref/source/debug.h
parentc19eb264cb55e2b1d373bc879742854921999094 (diff)
downloadcrawl-ref-0a14c0089ffff79762fce9e1e3cb543af100e239.tar.gz
crawl-ref-0a14c0089ffff79762fce9e1e3cb543af100e239.zip
Fixing compilation error.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7057 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/debug.h')
-rw-r--r--crawl-ref/source/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/debug.h b/crawl-ref/source/debug.h
index 4861382533..7fe31e996c 100644
--- a/crawl-ref/source/debug.h
+++ b/crawl-ref/source/debug.h
@@ -10,6 +10,7 @@
#define DEBUG_H
#include <string>
+#include "enum.h"
// Synch with ANSI definitions.
#if DEBUG && defined(NDEBUG)