summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/l_colour.cc
diff options
context:
space:
mode:
authorSamuel Bronson <naesten@gmail.com>2013-04-06 18:12:07 -0400
committerSamuel Bronson <naesten@gmail.com>2013-04-06 18:12:07 -0400
commit20bb4e4a6bfc032d726de46a0ed9badb57be741a (patch)
tree328153df1b6f9e1c7bba4994e9203feaead9029b /crawl-ref/source/l_colour.cc
parente8de7e4a1caf40e6c3ba2c606c2292d56d3215c6 (diff)
downloadcrawl-ref-20bb4e4a6bfc032d726de46a0ed9badb57be741a.tar.gz
crawl-ref-20bb4e4a6bfc032d726de46a0ed9badb57be741a.zip
Correct other missing #includes
Diffstat (limited to 'crawl-ref/source/l_colour.cc')
-rw-r--r--crawl-ref/source/l_colour.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/crawl-ref/source/l_colour.cc b/crawl-ref/source/l_colour.cc
index 3f97a55339..72136ba2ba 100644
--- a/crawl-ref/source/l_colour.cc
+++ b/crawl-ref/source/l_colour.cc
@@ -11,6 +11,8 @@ module "colour"
#include "AppHdr.h"
+#include "l_libs.h"
+
#include "cluautil.h"
#include "colour.h"
#include "dlua.h"