diff --git a/include/complex.h b/include/complex.h index ae260c218..95aaa71ef 100644 --- a/include/complex.h +++ b/include/complex.h @@ -18,8 +18,16 @@ */ +#ifdef __cplusplus + #include +#else + +#include_next + +#endif + #pragma GCC system_header #endif // _LIBCPP_COMPLEX_H