From c17518a16aee13d19a193d104c40c2f7a9c63e01 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sat, 12 Jul 2014 12:49:42 +0100 Subject: [PATCH] JSONRPC include fix. --- eth/main.cpp | 3 +++ neth/main.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/eth/main.cpp b/eth/main.cpp index 7b2767757..34361a7d3 100644 --- a/eth/main.cpp +++ b/eth/main.cpp @@ -26,6 +26,9 @@ #include #include #include +#if ETH_JSONRPC +#include +#endif #include #include #include diff --git a/neth/main.cpp b/neth/main.cpp index 2078da004..aea1658b9 100644 --- a/neth/main.cpp +++ b/neth/main.cpp @@ -26,6 +26,9 @@ #include #include #include +#if ETH_JSONRPC +#include +#endif #include #include #include