mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Forward declare Instruction enum in EVMVersion
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
#include <liblangutil/EVMVersion.h>
|
||||
#include <libevmasm/Instruction.h>
|
||||
|
||||
using namespace solidity;
|
||||
using namespace solidity::evmasm;
|
||||
|
||||
@@ -21,14 +21,18 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <libevmasm/Instruction.h>
|
||||
|
||||
#include <optional>
|
||||
#include <string>
|
||||
|
||||
#include <boost/operators.hpp>
|
||||
|
||||
|
||||
namespace solidity::evmasm
|
||||
{
|
||||
/// Virtual machine bytecode instruction. Forward declared from libevmasm/Instruction.h
|
||||
enum class Instruction: uint8_t;
|
||||
}
|
||||
|
||||
namespace solidity::langutil
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user