Include thread header in threading.hpp (#4439)

This commit is contained in:
clemahieu 2024-02-19 11:48:38 +00:00 committed by GitHub
commit 0d109e36e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,8 @@
#include <boost/thread/thread.hpp>
#include <thread>
namespace nano
{
namespace thread_attributes