aboutsummaryrefslogtreecommitdiffstats
path: root/test/RPCSession.cpp
diff options
context:
space:
mode:
authorchriseth <c@ethdev.com>2016-07-01 16:16:06 +0800
committerchriseth <c@ethdev.com>2016-07-01 16:16:06 +0800
commit9216a4d99113ad9e9edac3aa97690aa7015ffca1 (patch)
tree36e312847bcd137e41744edc8223f438df26714d /test/RPCSession.cpp
parentccba76384510ea3aa3565029a8a68ca8f777a4ea (diff)
downloaddexon-solidity-9216a4d99113ad9e9edac3aa97690aa7015ffca1.tar.gz
dexon-solidity-9216a4d99113ad9e9edac3aa97690aa7015ffca1.tar.zst
dexon-solidity-9216a4d99113ad9e9edac3aa97690aa7015ffca1.zip
Fix jsoncpp includes for macos.
Diffstat (limited to 'test/RPCSession.cpp')
-rw-r--r--test/RPCSession.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/RPCSession.cpp b/test/RPCSession.cpp
index 01118cca..54e1675f 100644
--- a/test/RPCSession.cpp
+++ b/test/RPCSession.cpp
@@ -23,8 +23,8 @@
#include <stdio.h>
#include <thread>
#include <libdevcore/CommonData.h>
-#include <jsoncpp/json/reader.h>
-#include <jsoncpp/json/writer.h>
+#include <json/reader.h>
+#include <json/writer.h>
#include "RPCSession.h"
using namespace std;