summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/rltiles/tool
diff options
context:
space:
mode:
authorSteven Noonan <steven@uplinklabs.net>2009-10-12 08:03:13 -0700
committerSteven Noonan <steven@uplinklabs.net>2009-10-12 08:03:13 -0700
commite902c1dbf887d58cd370a86bc676c5297cfffad5 (patch)
treee292c5ad001296d59fc412adcef9710805836ccf /crawl-ref/source/rltiles/tool
parent94c8330d25fcece0e2811f82edea8258c0869b8e (diff)
downloadcrawl-ref-e902c1dbf887d58cd370a86bc676c5297cfffad5.tar.gz
crawl-ref-e902c1dbf887d58cd370a86bc676c5297cfffad5.zip
MSVC: add tiles build support
Signed-off-by: Steven Noonan <steven@uplinklabs.net>
Diffstat (limited to 'crawl-ref/source/rltiles/tool')
-rw-r--r--crawl-ref/source/rltiles/tool/tile_list_processor.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/rltiles/tool/tile_list_processor.cc b/crawl-ref/source/rltiles/tool/tile_list_processor.cc
index f4c4e4bc98..091d195fca 100644
--- a/crawl-ref/source/rltiles/tool/tile_list_processor.cc
+++ b/crawl-ref/source/rltiles/tool/tile_list_processor.cc
@@ -1,6 +1,7 @@
#include "tile_list_processor.h"
#include <cassert>
+#include <cctype>
#include <iostream>
#include <fstream>
#include <string.h>