fix failure to build with GCC11 (#3434)

This commit is contained in:
slact 2021-09-01 07:02:08 -04:00 committed by GitHub
commit 122e113938
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,7 @@
#include <nano/lib/utility.hpp> #include <nano/lib/utility.hpp>
#include <boost/thread/thread.hpp> #include <boost/thread/thread.hpp>
#include <thread>
namespace nano namespace nano
{ {