From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id F30273857340; Thu, 14 Apr 2022 10:46:10 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org F30273857340 MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="utf-8" From: Jonathan Wakely To: gcc-cvs@gcc.gnu.org, libstdc++-cvs@gcc.gnu.org Subject: [gcc r12-8155] libstdc++: Add new headers to PCH X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: d2f8208e9add01fe10ee56307cc79631b9995f74 X-Git-Newrev: 41a72a744a9b673fd4f1df0c5c05310d99058d32 Message-Id: <20220414104610.F30273857340@sourceware.org> Date: Thu, 14 Apr 2022 10:46:10 +0000 (GMT) X-BeenThere: libstdc++-cvs@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libstdc++-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Apr 2022 10:46:11 -0000 https://gcc.gnu.org/g:41a72a744a9b673fd4f1df0c5c05310d99058d32 commit r12-8155-g41a72a744a9b673fd4f1df0c5c05310d99058d32 Author: Jonathan Wakely Date: Thu Apr 14 10:37:09 2022 +0100 libstdc++: Add new headers to PCH libstdc++-v3/ChangeLog: * include/precompiled/stdc++.h: Include and for C++23. Diff: --- libstdc++-v3/include/precompiled/stdc++.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index 6d6d2ad7c4c..5ee1244dc22 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -155,4 +155,8 @@ #if __cplusplus > 202002L #include #include +#if __has_include() +# include +#endif +#include #endif