From d657b1d00d41bf448a94f6a7c49cacd41c5fac0e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 22 Nov 2017 15:19:18 +0200 Subject: Tweak for Clang trunk with libstdc++ --- std-core.mxx | 5 ++++- std-regex.mxx | 2 ++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/std-core.mxx b/std-core.mxx index 47514f0..ace9b59 100644 --- a/std-core.mxx +++ b/std-core.mxx @@ -18,9 +18,12 @@ #elif defined(__GLIBCXX__) # include # include +# include // struct tm forward declaration. +# include +# include # include # include -# include // Names with internal linkage. +# include // Names with internal linkage. #elif defined(_LIBCPP_VERSION) #endif diff --git a/std-regex.mxx b/std-regex.mxx index 40cfc36..7edfd94 100644 --- a/std-regex.mxx +++ b/std-regex.mxx @@ -38,6 +38,8 @@ # define _GLIBCXX_STD_FUNCTION_H // # define _ALIGNED_BUFFER_H // +# include + # include // Missing include. #elif defined(_LIBCPP_VERSION) #endif -- cgit v1.1