diff options
Diffstat (limited to 'system/include/libcxx/cstdint')
-rw-r--r-- | system/include/libcxx/cstdint | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/cstdint b/system/include/libcxx/cstdint index 0ded1f16..7a187d3e 100644 --- a/system/include/libcxx/cstdint +++ b/system/include/libcxx/cstdint @@ -144,7 +144,9 @@ Types: #include <__config> #include <stdint.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif _LIBCPP_BEGIN_NAMESPACE_STD |