diff options
Diffstat (limited to 'system/include/libcxx/climits')
-rw-r--r-- | system/include/libcxx/climits | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/climits b/system/include/libcxx/climits index c82becdc..81ffecdf 100644 --- a/system/include/libcxx/climits +++ b/system/include/libcxx/climits @@ -41,6 +41,8 @@ Macros: #include <__config> #include <limits.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif #endif // _LIBCPP_CLIMITS |