diff options
author | chriseth <chris@ethereum.org> | 2018-10-16 00:08:41 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-16 00:08:41 +0800 |
commit | 3d4e5f30e1696bee8482058b5ec4adb51f9f1387 (patch) | |
tree | 7afd1bdc5f9fe5e510f7be112f274943e7ed5683 | |
parent | 8a9f5262acbc38bf2ed87a7ad48b27d0b53bea4f (diff) | |
download | dexon-solidity-3d4e5f30e1696bee8482058b5ec4adb51f9f1387.tar.gz dexon-solidity-3d4e5f30e1696bee8482058b5ec4adb51f9f1387.tar.zst dexon-solidity-3d4e5f30e1696bee8482058b5ec4adb51f9f1387.zip |
Correct include path
-rw-r--r-- | test/Options.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Options.h b/test/Options.h index cbaa0dd1..0e8a51da 100644 --- a/test/Options.h +++ b/test/Options.h @@ -24,7 +24,8 @@ #include <boost/test/unit_test.hpp> #include <boost/filesystem.hpp> #include <boost/version.hpp> -#include <boost/core/noncopyable.hpp> +#include <boost/noncopyable.hpp> + #include <functional> namespace dev |