aboutsummaryrefslogtreecommitdiff
path: root/libcxx/include/experimental/deque
diff options
context:
space:
mode:
Diffstat (limited to 'libcxx/include/experimental/deque')
-rw-r--r--libcxx/include/experimental/deque4
1 files changed, 3 insertions, 1 deletions
diff --git a/libcxx/include/experimental/deque b/libcxx/include/experimental/deque
index 41c25d95b9a0..3e3f9098a8fd 100644
--- a/libcxx/include/experimental/deque
+++ b/libcxx/include/experimental/deque
@@ -9,6 +9,7 @@
#ifndef _LIBCPP_EXPERIMENTAL_DEQUE
#define _LIBCPP_EXPERIMENTAL_DEQUE
+
/*
experimental/deque synopsis
@@ -28,12 +29,13 @@ namespace pmr {
*/
+#include <__assert> // all public C++ headers provide the assertion handler
#include <deque>
#include <experimental/__config>
#include <experimental/memory_resource>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
_LIBCPP_BEGIN_NAMESPACE_LFTS_PMR