#include <cctype> so MSVC finds the std::tolower version with 1 argument

For some reason MinGw didn't complain, perhaps some other header
includes it.
thx @thunderstruck
This commit is contained in:
anonymissimus 2013-12-20 21:31:27 +01:00
parent 9b96184604
commit 26cc822ada

View file

@ -30,6 +30,7 @@
#include <boost/foreach.hpp>
#include <sstream>
#include <cctype>
static lg::log_domain log_config("config");
#define ERR_CF LOG_STREAM(err, log_config)