diff --git a/src/rpcclient.cpp b/src/rpcclient.cpp index 19b338f66..fd82953eb 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; @@ -150,9 +152,19 @@ Array RPCConvertValues(const std::string &strMethod, const std::vector