summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/bitary.h
diff options
context:
space:
mode:
authorRaphael Langella <raphael.langella@gmail.com>2012-08-21 23:07:52 +0200
committerRaphael Langella <raphael.langella@gmail.com>2012-08-21 23:07:52 +0200
commite31c7b829a2e211dc700c9fc19a1099d0a55e5cf (patch)
tree3127affcd65746b417b0ffd42ea9451092a84b90 /crawl-ref/source/bitary.h
parent022a6985b342a30160901b5f8e705a568fb45e23 (diff)
downloadcrawl-ref-e31c7b829a2e211dc700c9fc19a1099d0a55e5cf.tar.gz
crawl-ref-e31c7b829a2e211dc700c9fc19a1099d0a55e5cf.zip
Fix windows compilation.
Not sure why, but I was getting this: bitary.h:47: error: 'ARRAYSZ' was not declared in this scope
Diffstat (limited to 'crawl-ref/source/bitary.h')
-rw-r--r--crawl-ref/source/bitary.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/bitary.h b/crawl-ref/source/bitary.h
index 02e3ac832a..065afbba1c 100644
--- a/crawl-ref/source/bitary.h
+++ b/crawl-ref/source/bitary.h
@@ -10,6 +10,7 @@
#define BITARY_H
#include "debug.h"
+#include "defines.h"
class bit_vector
{