Jan Willamowius
2019-04-22 ee2a290abf16f4fd4736c2f4e17e9cff87f50447
src/library/base/StringUtils.cpp
@@ -2,7 +2,7 @@
 * StringUtils.cpp
 *
 *  Created on: Apr 8, 2014
 *      Author: devel
 *
 */
#include <cctype> //toupper
@@ -11,8 +11,9 @@
#include <string>
#include <cstring>
#include <algorithm>
#include <stdexcept>
#ifdef WIN32
#ifdef _WIN32
#include <time.h> //mktime under windows
#endif