diff options
Diffstat (limited to 'system/include/libcxx/cassert')
-rw-r--r-- | system/include/libcxx/cassert | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/cassert b/system/include/libcxx/cassert index 7337b16e..37759906 100644 --- a/system/include/libcxx/cassert +++ b/system/include/libcxx/cassert @@ -20,4 +20,6 @@ Macros: #include <__config> #include <assert.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif |