From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2181) id 7B7D53857C65; Thu, 26 Nov 2020 11:25:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7B7D53857C65 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 r11-5436] libstdc++: Add new headers to stdc++.h X-Act-Checkin: gcc X-Git-Author: Jonathan Wakely X-Git-Refname: refs/heads/master X-Git-Oldrev: f6702584aa372de7790b3f2be9e4b5a5423eb9fa X-Git-Newrev: 127aa17e162384034254e93cd1ae37224c0ce197 Message-Id: <20201126112559.7B7D53857C65@sourceware.org> Date: Thu, 26 Nov 2020 11:25:59 +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, 26 Nov 2020 11:25:59 -0000 https://gcc.gnu.org/g:127aa17e162384034254e93cd1ae37224c0ce197 commit r11-5436-g127aa17e162384034254e93cd1ae37224c0ce197 Author: Jonathan Wakely Date: Thu Nov 26 11:25:55 2020 +0000 libstdc++: Add new headers to stdc++.h libstdc++-v3/ChangeLog: * include/precompiled/stdc++.h: Add new headers. * include/std/stop_token: Include unconditionally. Diff: --- libstdc++-v3/include/precompiled/stdc++.h | 2 ++ libstdc++-v3/include/std/stop_token | 4 +--- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/include/precompiled/stdc++.h b/libstdc++-v3/include/precompiled/stdc++.h index a418c46288d..692fae76a42 100644 --- a/libstdc++-v3/include/precompiled/stdc++.h +++ b/libstdc++-v3/include/precompiled/stdc++.h @@ -140,10 +140,12 @@ #if __cpp_impl_coroutine # include #endif +#include #include #include #include #include +#include #include #include #endif diff --git a/libstdc++-v3/include/std/stop_token b/libstdc++-v3/include/std/stop_token index 5b2d5a0427c..31634280570 100644 --- a/libstdc++-v3/include/std/stop_token +++ b/libstdc++-v3/include/std/stop_token @@ -34,9 +34,7 @@ #include #include -#if __has_include() -# include -#endif +#include #define __cpp_lib_jthread 201911L