From 49443419325e7386c2ee19b6705c25f66cef059a Mon Sep 17 00:00:00 2001 From: Thiago Silva Date: Fri, 17 Feb 2023 22:12:20 -0300 Subject: [PATCH] Change the queue header to deque --- nano/node/network.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nano/node/network.hpp b/nano/node/network.hpp index 6f9239bd..dd5051a4 100644 --- a/nano/node/network.hpp +++ b/nano/node/network.hpp @@ -7,8 +7,8 @@ #include +#include #include -#include #include namespace nano