diff --git a/src/chrono.cpp b/src/chrono.cpp index 57c74175b..62149fbf4 100644 --- a/src/chrono.cpp +++ b/src/chrono.cpp @@ -8,9 +8,9 @@ //===----------------------------------------------------------------------===// #include "chrono" -#include // errno -#include // __throw_system_error -#include // clock_gettime, CLOCK_MONOTONIC and CLOCK_REALTIME +#include "cerrno" // errno +#include "system_error" // __throw_system_error +#include // clock_gettime, CLOCK_MONOTONIC and CLOCK_REALTIME #if !defined(CLOCK_REALTIME) #include // for gettimeofday and timeval diff --git a/src/locale.cpp b/src/locale.cpp index dafe14e8c..abf7ecfac 100644 --- a/src/locale.cpp +++ b/src/locale.cpp @@ -27,7 +27,7 @@ #include "cwctype" #include "__sso_allocator" #if defined(_LIBCPP_MSVCRT) || defined(__MINGW32__) -#include +#include "support/win32/locale_win32.h" #elif !defined(__ANDROID__) #include #endif