commit 58e6fe334e55f56eeb0211c10697be4d4a8c52b6 Author: Jonathan Wakely Date: Fri Jan 13 16:37:57 2023 libstdc++: Add to This needs to be included explicitly now that we don't include all of here. libstdc++-v3/ChangeLog: * include/bits/std_mutex.h: Include . diff --git a/libstdc++-v3/include/bits/std_mutex.h b/libstdc++-v3/include/bits/std_mutex.h index bc515358d23..f74ddc4123a 100644 --- a/libstdc++-v3/include/bits/std_mutex.h +++ b/libstdc++-v3/include/bits/std_mutex.h @@ -36,6 +36,7 @@ # include #else +#include // EBUSY #include #include