Maximilien Siavelis
2019-06-16 0f2ebdb0b66178fa90492d1c46412eddeed9ae6d
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