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