commit | 08e17472e4d5434b668dd4c63e3fa5f4b45337b9 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:05:10 2011 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Mon Oct 17 20:05:10 2011 +0000 |
tree | a24953b1e276f3eeec6145905bb5284f75019d8b | |
parent | 2baccd81f1d87265718035d32c0f4feffd451363 [diff] [blame] |
Windows support by Ruben Van Boxem. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@142235 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__sso_allocator b/include/__sso_allocator index d25fc48..16354d8 100644 --- a/include/__sso_allocator +++ b/include/__sso_allocator
@@ -15,7 +15,9 @@ #include <type_traits> #include <new> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD