Browse Source

Add missing header required by std::accumulate

v1.0.9-lin
Simon 8 years ago
parent
commit
bcbde86a87
  1. 2
      src/wallet/rpcwallet.cpp

2
src/wallet/rpcwallet.cpp

@ -34,6 +34,8 @@
#include "json/json_spirit_value.h"
#include "asyncrpcqueue.h"
#include <numeric>
using namespace std;
using namespace json_spirit;

Loading…
Cancel
Save