From 073458b1ab5489dce6f2ec789889c377b690ccf4 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. llvm-svn: 142235 --- libcxx/include/__locale | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libcxx/include/__locale') diff --git a/libcxx/include/__locale b/libcxx/include/__locale index a161af90f72..28cb3ef6529 100644 --- a/libcxx/include/__locale +++ b/libcxx/include/__locale @@ -25,7 +25,9 @@ # include #endif // _WIN32 || __GLIBC__ || __APPLE__ || __FreeBSD_ +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD -- cgit v1.2.3