aboutsummaryrefslogtreecommitdiffstats
path: root/test/RPCSession.h
diff options
context:
space:
mode:
authorFederico Bond <federicobond@gmail.com>2017-03-03 22:47:22 +0800
committerFederico Bond <federicobond@gmail.com>2017-03-03 22:47:22 +0800
commit9409edb409c0bfe9e2d941c9939537d9e8b8335b (patch)
tree896a41ec49061e7b1cc4330e354dc3989c1f46ac /test/RPCSession.h
parent818083e7059180f38a4a294e80f851967e1588f8 (diff)
downloaddexon-solidity-9409edb409c0bfe9e2d941c9939537d9e8b8335b.tar.gz
dexon-solidity-9409edb409c0bfe9e2d941c9939537d9e8b8335b.tar.zst
dexon-solidity-9409edb409c0bfe9e2d941c9939537d9e8b8335b.zip
Add missing header for boost::noncopyable
Diffstat (limited to 'test/RPCSession.h')
-rw-r--r--test/RPCSession.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/RPCSession.h b/test/RPCSession.h
index 843036e1..0acd982f 100644
--- a/test/RPCSession.h
+++ b/test/RPCSession.h
@@ -30,6 +30,7 @@
#include <json/value.h>
+#include <boost/core/noncopyable.hpp>
#include <boost/test/unit_test.hpp>
#include <string>