From 336e16b8b5f25b9dd731bef1c4f47e0cfbb37842 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Sun, 26 Nov 2023 21:31:05 +0000 Subject: [PATCH] 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 . (cherry picked from commit 6c8f2d3a08bc013ddb31f7fccd7136751a1460ed) --- libstdc++-v3/include/bits/atomic_wait.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libstdc++-v3/include/bits/atomic_wait.h b/libstdc++-v3/include/bits/atomic_wait.h index 67c0e3bf56b7..aaf36832ea3b 100644 --- a/libstdc++-v3/include/bits/atomic_wait.h +++ b/libstdc++-v3/include/bits/atomic_wait.h @@ -34,6 +34,7 @@ #include #if defined _GLIBCXX_HAS_GTHREADS || defined _GLIBCXX_HAVE_LINUX_FUTEX +#include #include #include #include -- 2.47.2