diff options
Diffstat (limited to 'contrib/llvm-project/libcxx/include/csetjmp')
-rw-r--r-- | contrib/llvm-project/libcxx/include/csetjmp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/llvm-project/libcxx/include/csetjmp b/contrib/llvm-project/libcxx/include/csetjmp index f7afe6168751..4f40bcbf61e9 100644 --- a/contrib/llvm-project/libcxx/include/csetjmp +++ b/contrib/llvm-project/libcxx/include/csetjmp @@ -30,11 +30,12 @@ void longjmp(jmp_buf env, int val); */ +#include <__assert> // all public C++ headers provide the assertion handler #include <__config> #include <setjmp.h> #if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) -#pragma GCC system_header +# pragma GCC system_header #endif _LIBCPP_BEGIN_NAMESPACE_STD |