File lockfree.patch of Package boost
Index: boost_1_87_0/boost/lockfree/detail/freelist.hpp =================================================================== --- boost_1_87_0.orig/boost/lockfree/detail/freelist.hpp +++ boost_1_87_0/boost/lockfree/detail/freelist.hpp @@ -10,6 +10,7 @@ #define BOOST_LOCKFREE_FREELIST_HPP_INCLUDED #include <array> +#include <cstdint> #include <cstring> #include <limits> #include <memory>