We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a87137 commit 88fa4d2Copy full SHA for 88fa4d2
Release/include/cpprest/asyncrt_utils.h
@@ -23,11 +23,11 @@
23
#include "cpprest/details/basic_types.h"
24
25
#if !defined(_WIN32) || (_MSC_VER >= 1700)
26
-#include <sys/time.h>
27
#include <chrono>
28
#endif
29
30
#ifndef _WIN32
+#include <sys/time.h>
31
#include <boost/algorithm/string.hpp>
32
#if !defined(ANDROID) && !defined(__ANDROID__) && defined(HAVE_XLOCALE_H) // CodePlex 269
33
/* Systems using glibc: xlocale.h has been removed from glibc 2.26
0 commit comments