summaryrefslogtreecommitdiffstats
path: root/libcxx/include/queue
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/queue')
-rw-r--r--libcxx/include/queue2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcxx/include/queue b/libcxx/include/queue
index bed5bb7af1b..e05ab8f8b0f 100644
--- a/libcxx/include/queue
+++ b/libcxx/include/queue
@@ -171,7 +171,9 @@ template <class T, class Container, class Compare>
#include <functional>
#include <algorithm>
+#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
#pragma GCC system_header
+#endif
_LIBCPP_BEGIN_NAMESPACE_STD
OpenPOWER on IntegriCloud