From 122e113938c08bf5d2a4628301bca8a90ad39074 Mon Sep 17 00:00:00 2001 From: slact Date: Wed, 1 Sep 2021 07:02:08 -0400 Subject: [PATCH] fix failure to build with GCC11 (#3434) --- nano/lib/threading.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/nano/lib/threading.hpp b/nano/lib/threading.hpp index dd7112bd9..61452faa5 100644 --- a/nano/lib/threading.hpp +++ b/nano/lib/threading.hpp @@ -8,6 +8,7 @@ #include #include +#include namespace nano {