From 0a14c0089ffff79762fce9e1e3cb543af100e239 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sun, 28 Sep 2008 21:53:12 +0000 Subject: Fixing compilation error. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7057 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/debug.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/debug.h') 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 +#include "enum.h" // Synch with ANSI definitions. #if DEBUG && defined(NDEBUG) -- cgit v1.2.3-54-g00ecf