diff --git a/nano/lib/threading.hpp b/nano/lib/threading.hpp index 25626733..17b74a4c 100644 --- a/nano/lib/threading.hpp +++ b/nano/lib/threading.hpp @@ -1,6 +1,5 @@ #pragma once -#include #include #include diff --git a/nano/node/confirmation_height_bounded.hpp b/nano/node/confirmation_height_bounded.hpp index 338223fb..5676e492 100644 --- a/nano/node/confirmation_height_bounded.hpp +++ b/nano/node/confirmation_height_bounded.hpp @@ -1,6 +1,7 @@ #pragma once #include +#include #include #include #include diff --git a/nano/node/confirmation_height_unbounded.hpp b/nano/node/confirmation_height_unbounded.hpp index de8f07c0..cf7f5afa 100644 --- a/nano/node/confirmation_height_unbounded.hpp +++ b/nano/node/confirmation_height_unbounded.hpp @@ -1,6 +1,7 @@ #pragma once #include +#include #include #include #include