diff options
Diffstat (limited to 'system/include/libcxx/cfloat')
-rw-r--r-- | system/include/libcxx/cfloat | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/cfloat b/system/include/libcxx/cfloat index f0079c23..5fa56550 100644 --- a/system/include/libcxx/cfloat +++ b/system/include/libcxx/cfloat @@ -63,7 +63,9 @@ Macros: #include <__config> #include <float.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif #ifndef FLT_EVAL_METHOD #define FLT_EVAL_METHOD __FLT_EVAL_METHOD__ |