aboutsummaryrefslogtreecommitdiffstats
path: root/jsonrpc.cpp
diff options
context:
space:
mode:
authorMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-24 22:14:00 +0800
committerMarek Kotewicz <marek.kotewicz@gmail.com>2014-10-24 22:14:00 +0800
commitac3ac9095a6f949f10da1eb15bc4990b611d4cce (patch)
treebc54792641706c7e521052f941ca4c74bf7818ab /jsonrpc.cpp
parentb072b8687a9eaff8933a49910c22908497499e96 (diff)
downloaddexon-solidity-ac3ac9095a6f949f10da1eb15bc4990b611d4cce.tar.gz
dexon-solidity-ac3ac9095a6f949f10da1eb15bc4990b611d4cce.tar.zst
dexon-solidity-ac3ac9095a6f949f10da1eb15bc4990b611d4cce.zip
checked headless builds with and without jsonrpc
Diffstat (limited to 'jsonrpc.cpp')
-rw-r--r--jsonrpc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp
index 10b890c5..ec55a5fc 100644
--- a/jsonrpc.cpp
+++ b/jsonrpc.cpp
@@ -19,7 +19,7 @@
* @date 2014
*/
-#if 1
+#if ETH_JSONRPC && 1
#include <boost/test/unit_test.hpp>
#include <boost/lexical_cast.hpp>