mirror of
https://github.com/pocoproject/poco.git
synced 2025-01-09 11:17:31 +01:00
localtime_r is not part of C++ #1746
This commit is contained in:
parent
72b826651f
commit
3ec9316ab0
@ -19,7 +19,7 @@
|
|||||||
#include "Poco/Timespan.h"
|
#include "Poco/Timespan.h"
|
||||||
#include "Poco/Exception.h"
|
#include "Poco/Exception.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
#include <ctime>
|
#include <time.h>
|
||||||
#if defined(_WIN32_WCE) && _WIN32_WCE < 0x800
|
#if defined(_WIN32_WCE) && _WIN32_WCE < 0x800
|
||||||
#include "wce_time.h"
|
#include "wce_time.h"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user