From 69a540d7d2b436bd789b12a9864d50dd6a93bb4b Mon Sep 17 00:00:00 2001 From: Colin LeMahieu Date: Sun, 17 Sep 2023 21:37:54 +0100 Subject: [PATCH] Removing relaxed_atomic.hpp from threading.hpp --- nano/lib/threading.hpp | 1 - nano/node/confirmation_height_bounded.hpp | 1 + nano/node/confirmation_height_unbounded.hpp | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) 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