summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
authorsapier <Sapier at GMX dot net>2014-06-29 16:57:50 +0200
committersapier <Sapier at GMX dot net>2014-06-29 16:57:50 +0200
commitee7af21e411d5d43ba67f4b67603f72e62b0570d (patch)
treef1fae4da26266e90c47574a6a853f23ad79526c7 /src/util
parentebf7ea50193afe5a3d0968b87b4743eb1ee84025 (diff)
downloadminetest-ee7af21e411d5d43ba67f4b67603f72e62b0570d.tar.gz
minetest-ee7af21e411d5d43ba67f4b67603f72e62b0570d.tar.bz2
minetest-ee7af21e411d5d43ba67f4b67603f72e62b0570d.zip
Fix msvc2012 build
Diffstat (limited to 'src/util')
-rw-r--r--src/util/string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util/string.h b/src/util/string.h
index 4aeea17db..6e2db0af4 100644
--- a/src/util/string.h
+++ b/src/util/string.h
@@ -26,6 +26,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
#include <cstring>
#include <vector>
#include <sstream>
+#include <cctype>
#define STRINGIFY(x) #x
#define TOSTRING(x) STRINGIFY(x)