From bcbde86a87d01f54d111042c5752ee9ad81df0e4 Mon Sep 17 00:00:00 2001 From: Simon Date: Wed, 18 Jan 2017 10:52:37 -0800 Subject: [PATCH] Add missing header required by std::accumulate --- src/wallet/rpcwallet.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/wallet/rpcwallet.cpp b/src/wallet/rpcwallet.cpp index 8a4ff1c1c..7c9c42ea5 100644 --- a/src/wallet/rpcwallet.cpp +++ b/src/wallet/rpcwallet.cpp @@ -34,6 +34,8 @@ #include "json/json_spirit_value.h" #include "asyncrpcqueue.h" +#include + using namespace std; using namespace json_spirit;