diff options
Diffstat (limited to 'system/include/libcxx/scoped_allocator')
-rw-r--r-- | system/include/libcxx/scoped_allocator | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/scoped_allocator b/system/include/libcxx/scoped_allocator index 9427a376..cd051020 100644 --- a/system/include/libcxx/scoped_allocator +++ b/system/include/libcxx/scoped_allocator @@ -106,7 +106,9 @@ template <class OuterA1, class OuterA2, class... InnerAllocs> #include <__config> #include <memory> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |