diff options
Diffstat (limited to 'system/include/libcxx/ctgmath')
-rw-r--r-- | system/include/libcxx/ctgmath | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/ctgmath b/system/include/libcxx/ctgmath index 9044c6ad..535eb7dc 100644 --- a/system/include/libcxx/ctgmath +++ b/system/include/libcxx/ctgmath @@ -22,6 +22,8 @@ #include <ccomplex> #include <cmath> +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif #endif // _LIBCPP_CTGMATH |