From 5c5e32bbe3dfa790dd8bb421fbd6301ae10b09f5 Mon Sep 17 00:00:00 2001 From: Karl-Johan Alm Date: Thu, 20 Jun 2019 02:39:38 +0900 Subject: rpc: migrate JSONRPCRequest functionality into request.cpp --- src/rest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rest.cpp') diff --git a/src/rest.cpp b/src/rest.cpp index ab409947d3..eba7aae50f 100644 --- a/src/rest.cpp +++ b/src/rest.cpp @@ -12,6 +12,7 @@ #include #include #include +#include #include #include #include -- cgit v1.2.3