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/ctgmath7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/llvm-project/libcxx/include/ctgmath b/contrib/llvm-project/libcxx/include/ctgmath
index ba1eeeac9f70..bfcf2f98d470 100644
--- a/contrib/llvm-project/libcxx/include/ctgmath
+++ b/contrib/llvm-project/libcxx/include/ctgmath
@@ -1,5 +1,5 @@
// -*- C++ -*-
-//===-------------------------- ctgmath -----------------------------------===//
+//===----------------------------------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -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
+#endif // _LIBCPP_CTGMATH