From 9216a4d99113ad9e9edac3aa97690aa7015ffca1 Mon Sep 17 00:00:00 2001 From: chriseth Date: Fri, 1 Jul 2016 10:16:06 +0200 Subject: Fix jsoncpp includes for macos. --- test/RPCSession.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/RPCSession.h') diff --git a/test/RPCSession.h b/test/RPCSession.h index 4ec21def..1a1fbbe5 100644 --- a/test/RPCSession.h +++ b/test/RPCSession.h @@ -25,7 +25,7 @@ #include #include #include -#include +#include #include class IPCSocket: public boost::noncopyable -- cgit