localtime_r is not part of C++ #1746

This commit is contained in:
Alex Fabijanic 2017-07-03 22:37:32 +02:00
parent 72b826651f
commit 3ec9316ab0

View File

@ -19,7 +19,7 @@
#include "Poco/Timespan.h"
#include "Poco/Exception.h"
#include <algorithm>
#include <ctime>
#include <time.h>
#if defined(_WIN32_WCE) && _WIN32_WCE < 0x800
#include "wce_time.h"
#endif