diff options
author | chriseth <c@ethdev.com> | 2017-03-04 01:30:36 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2017-03-04 01:30:36 +0800 |
commit | eb363166ae3701aa37ae611df8c1e59b96ad0d31 (patch) | |
tree | 8dbd7754c931cad3cd9a31995566e5f15fe6761d | |
parent | 9409edb409c0bfe9e2d941c9939537d9e8b8335b (diff) | |
download | dexon-solidity-eb363166ae3701aa37ae611df8c1e59b96ad0d31.tar.gz dexon-solidity-eb363166ae3701aa37ae611df8c1e59b96ad0d31.tar.zst dexon-solidity-eb363166ae3701aa37ae611df8c1e59b96ad0d31.zip |
Fix header.
-rw-r--r-- | test/RPCSession.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/RPCSession.h b/test/RPCSession.h index 0acd982f..b37cc322 100644 --- a/test/RPCSession.h +++ b/test/RPCSession.h @@ -30,7 +30,7 @@ #include <json/value.h> -#include <boost/core/noncopyable.hpp> +#include <boost/noncopyable.hpp> #include <boost/test/unit_test.hpp> #include <string> |