diff options
Diffstat (limited to 'system/include/libcxx/complex.h')
-rw-r--r-- | system/include/libcxx/complex.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/complex.h b/system/include/libcxx/complex.h index e04b2e3e..7003d31a 100644 --- a/system/include/libcxx/complex.h +++ b/system/include/libcxx/complex.h @@ -28,6 +28,8 @@ #endif // __cplusplus +#if !defined(_LIBCPP_HAS_NO_PRAGMA_SYSTEM_HEADER) #pragma GCC system_header +#endif #endif // _LIBCPP_COMPLEX_H |