diff options
author | Federico Bond <federicobond@gmail.com> | 2017-03-03 22:47:22 +0800 |
---|---|---|
committer | Federico Bond <federicobond@gmail.com> | 2017-03-03 22:47:22 +0800 |
commit | 9409edb409c0bfe9e2d941c9939537d9e8b8335b (patch) | |
tree | 896a41ec49061e7b1cc4330e354dc3989c1f46ac | |
parent | 818083e7059180f38a4a294e80f851967e1588f8 (diff) | |
download | dexon-solidity-9409edb409c0bfe9e2d941c9939537d9e8b8335b.tar.gz dexon-solidity-9409edb409c0bfe9e2d941c9939537d9e8b8335b.tar.zst dexon-solidity-9409edb409c0bfe9e2d941c9939537d9e8b8335b.zip |
Add missing header for boost::noncopyable
-rw-r--r-- | test/RPCSession.h | 1 |
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> |