aboutsummaryrefslogtreecommitdiff
path: root/contrib/llvm-project/libcxx/include/ctgmath
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm-project/libcxx/include/ctgmath')
-rw-r--r--contrib/llvm-project/libcxx/include/ctgmath3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/ctgmath b/contrib/llvm-project/libcxx/include/ctgmath
index 108e948800de..bfcf2f98d470 100644
--- a/contrib/llvm-project/libcxx/include/ctgmath
+++ b/contrib/llvm-project/libcxx/include/ctgmath
@@ -18,11 +18,12 @@
*/
+#include <__assert> // all public C++ headers provide the assertion handler
#include <ccomplex>
#include <cmath>
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
-#pragma GCC system_header
+# pragma GCC system_header
#endif
#endif // _LIBCPP_CTGMATH