Add missing header required by std::accumulate

This commit is contained in:
Simon
2017-01-18 10:52:37 -08:00
parent 94f427a211
commit bcbde86a87

View File

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