summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/strings.cc
diff options
context:
space:
mode:
authorNeil Moore <neil@s-z.org>2014-07-30 05:48:25 -0400
committerNeil Moore <neil@s-z.org>2014-07-30 05:48:25 -0400
commitfc841dd1f274c8137833499d6f7a8873eb57c7a3 (patch)
tree97f66be21f9912dc329002e8443f0454b8b9a096 /crawl-ref/source/strings.cc
parente048ef1f5268c90ea3a4a0604083c253b20fdd6b (diff)
downloadcrawl-ref-fc841dd1f274c8137833499d6f7a8873eb57c7a3.tar.gz
crawl-ref-fc841dd1f274c8137833499d6f7a8873eb57c7a3.zip
Fix compilation.
Diffstat (limited to 'crawl-ref/source/strings.cc')
-rw-r--r--crawl-ref/source/strings.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/strings.cc b/crawl-ref/source/strings.cc
index 661934f482..20e6243877 100644
--- a/crawl-ref/source/strings.cc
+++ b/crawl-ref/source/strings.cc
@@ -5,6 +5,7 @@
#include "AppHdr.h"
#include "strings.h"
+#include <cwctype>
#include "random.h"
#include "unicode.h"