From: Jonathan Wakely Date: Mon, 7 Apr 2025 10:15:03 +0000 (+0100) Subject: libstdc++: Add new headers to for PCH X-Git-Tag: basepoints/gcc-16~294 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=107f8de8fb5004bbf219c47b60dfd721762437d2;p=thirdparty%2Fgcc.git libstdc++: Add new headers to for PCH This adds the new C23 headers to the PCH, and also removes the __has_include check for because we provide that unconditionally now. libstdc++-v3/ChangeLog: * include/precompiled/stdc++.h: Include and . Include unconditionally. --- diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index 1ffde3ed450c..f4b312d9e470 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -230,15 +230,15 @@ #include #include #include -#if __has_include() -# include -#endif +#include #include #include #endif #if __cplusplus > 202302L #include +#include +#include #endif #endif // HOSTED