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
+2 -1
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