mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Patch exec framework from develop
This commit is contained in:
parent
3a837aeed6
commit
f5db0d0c82
@ -38,6 +38,11 @@
|
||||
|
||||
#include <functional>
|
||||
|
||||
namespace solidity::frontend::test
|
||||
{
|
||||
struct LogRecord;
|
||||
} // namespace solidity::frontend::test
|
||||
|
||||
namespace solidity::test
|
||||
{
|
||||
using rational = boost::rational<bigint>;
|
||||
|
Loading…
Reference in New Issue
Block a user