#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:
parent
9b96184604
commit
26cc822ada
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue