From 08e17472e4d5434b668dd4c63e3fa5f4b45337b9 Mon Sep 17 00:00:00 2001 From: Howard Hinnant Date: Mon, 17 Oct 2011 20:05:10 +0000 Subject: Windows support by Ruben Van Boxem. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@142235 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/cstdlib | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/cstdlib') diff --git a/include/cstdlib b/include/cstdlib index 26c27ffd2..e8726cf6f 100644 --- a/include/cstdlib +++ b/include/cstdlib @@ -82,7 +82,9 @@ size_t wcstombs(char* restrict s, const wchar_t* restrict pwcs, size_t n); #include <__config> #include +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD -- cgit v1.2.3