Wenfeng CAI
2018-11-13 a0b74b09a5824d50613e3b3a5590e7a9ed515716
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