diff options
Diffstat (limited to 'src/rpcserver.h')
-rw-r--r-- | src/rpcserver.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpcserver.h b/src/rpcserver.h index e2bc8c0955..3f623651cc 100644 --- a/src/rpcserver.h +++ b/src/rpcserver.h @@ -16,7 +16,8 @@ #include <string> #include <boost/function.hpp> -#include "json_spirit_wrapper.h" + +#include "univalue/univalue.h" class CRPCCommand; |