Merge pull request #5226 from ethereum/chriseth-patch-3

Correct include path
This commit is contained in:
chriseth 2018-10-15 19:51:25 +02:00 committed by GitHub
commit 036929aba1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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