From: Jonathan Wakely Date: Sun, 26 Nov 2023 21:31:05 +0000 (+0000) Subject: libstdc++: Include in X-Git-Tag: basepoints/gcc-15~4217 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6c8f2d3a08bc013ddb31f7fccd7136751a1460ed;p=thirdparty%2Fgcc.git libstdc++: Include in This is needed in order to compile it as a header-unit, which might be desired because it's included by both and . libstdc++-v3/ChangeLog: * include/bits/atomic_wait.h: Include . --- diff --git a/libstdc++-v3/include/bits/atomic_wait.h b/libstdc++-v3/include/bits/atomic_wait.h index 506b7f0cc9dc..1460b1d8d5cd 100644 --- a/libstdc++-v3/include/bits/atomic_wait.h +++ b/libstdc++-v3/include/bits/atomic_wait.h @@ -35,6 +35,7 @@ #include #if __glibcxx_atomic_wait +#include #include #include #include