Jan Willamowius
2019-04-21 a3172d75e52b580495e40682511f5a2ebc42c108
src/library/base/StringUtils.cpp
@@ -2,7 +2,7 @@
 * StringUtils.cpp
 *
 *  Created on: Apr 8, 2014
 *      Author: devel
 *
 */
#include <cctype> //toupper
@@ -11,6 +11,11 @@
#include <string>
#include <cstring>
#include <algorithm>
#include <stdexcept>
#ifdef _WIN32
#include <time.h> //mktime under windows
#endif
namespace license {
using namespace std;