diff options
Diffstat (limited to 'system/include/libcxx/tgmath.h')
-rw-r--r-- | system/include/libcxx/tgmath.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/tgmath.h b/system/include/libcxx/tgmath.h index 2388b6ee..fbe1e824 100644 --- a/system/include/libcxx/tgmath.h +++ b/system/include/libcxx/tgmath.h @@ -22,6 +22,8 @@ #include <complex.h> #include <math.h> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif #endif // _LIBCPP_TGMATH_H |