Skip to content

Commit 49203db

Browse files
committed
pragma
1 parent 65271f0 commit 49203db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

libcxx/include/__assertion_handler

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,8 @@
1212

1313
#include_next <__assertion_handler> // Note: this include is generated by CMake and is potentially vendor-provided.
1414

15+
#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER)
16+
# pragma GCC system_header
17+
#endif
18+
1519
#endif // _LIBCPP___ASSERTION_HANDLER

0 commit comments

Comments
 (0)