Matteo Varalta
2019-04-23 cbb682e6b86e0b462cef73fdaad61e4be83b06b6
src/library/base/StringUtils.cpp
@@ -11,8 +11,9 @@
#include <string>
#include <cstring>
#include <algorithm>
#include <stdexcept>
#ifdef WIN32
#ifdef _WIN32
#include <time.h> //mktime under windows
#endif