From cdacb76561275560abb5d686ca5fb127b142ff66 Mon Sep 17 00:00:00 2001 From: rr Date: Thu, 20 Feb 2025 13:16:04 +0300 Subject: [PATCH] Include numeric for std::accumulate --- src/RPC/Methods/listunspent.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/RPC/Methods/listunspent.cpp b/src/RPC/Methods/listunspent.cpp index b8829ea..0646cd4 100644 --- a/src/RPC/Methods/listunspent.cpp +++ b/src/RPC/Methods/listunspent.cpp @@ -6,6 +6,7 @@ #include "RPC/Response.h" #include "RPC/Server.h" #include +#include namespace RPC { namespace Methods {