From b072b8687a9eaff8933a49910c22908497499e96 Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 24 Oct 2014 14:21:20 +0200 Subject: ethrpc -> web3jsonrpc, other issues fixed --- jsonrpc.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'jsonrpc.cpp') diff --git a/jsonrpc.cpp b/jsonrpc.cpp index ff2e3a5b..10b890c5 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -27,8 +27,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include -- cgit