Fixing build error with tolower() on Windows

This commit is contained in:
Glen Fraser
2015-04-29 21:52:34 +02:00
parent d762ef08b6
commit 8fc61bf51c

View File

@@ -16,6 +16,7 @@
#include <sstream>
#include <string>
#include <vector>
#include <cctype>
#include "../dispatchkit/boxed_value.hpp"
#include "chaiscript_common.hpp"