diff options
Diffstat (limited to 'system/include/libcxx/set')
-rw-r--r-- | system/include/libcxx/set | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/set b/system/include/libcxx/set index fe3d3827..36d3dd49 100644 --- a/system/include/libcxx/set +++ b/system/include/libcxx/set @@ -338,7 +338,9 @@ swap(multiset<Key, Compare, Allocator>& x, multiset<Key, Compare, Allocator>& y) #include <__tree> #include <functional> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |