diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 8b7b9e149..bedf9ffbc 100644 --- a/src/rpcclient.cpp +++ b/src/rpcclient.cpp @@ -11,6 +11,8 @@ #include #include +#include // for to_lower() + using namespace std; using namespace json_spirit; @@ -134,9 +136,19 @@ Array RPCConvertValues(const std::string &strMethod, const std::vector