From: Jonathan Wakely Date: Thu, 26 Nov 2020 11:25:55 +0000 (+0000) Subject: libstdc++: Add new headers to stdc++.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=127aa17e162384034254e93cd1ae37224c0ce197;p=gcc.git libstdc++: Add new headers to stdc++.h libstdc++-v3/ChangeLog: * include/precompiled/stdc++.h: Add new headers. * include/std/stop_token: Include unconditionally. --- 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