mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Bug fix: Add missing include in test/Options.h; otherwise compiler does not recognise the boost object that Options subclasses
This commit is contained in:
parent
2384947521
commit
55d91d5f9c
@ -24,7 +24,7 @@
|
||||
#include <boost/test/unit_test.hpp>
|
||||
#include <boost/filesystem.hpp>
|
||||
#include <boost/version.hpp>
|
||||
|
||||
#include <boost/core/noncopyable.hpp>
|
||||
#include <functional>
|
||||
|
||||
namespace dev
|
||||
|
Loading…
Reference in New Issue
Block a user