mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-22 04:36:42 +00:00
added missing <csetjmp>
This commit is contained in:
parent
b07f25da4a
commit
63d699792c
3 changed files with 1 additions and 3 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
#include "ExecutionEngine.h"
|
#include "ExecutionEngine.h"
|
||||||
|
|
||||||
#include <csetjmp>
|
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
|
||||||
#pragma GCC diagnostic push
|
#pragma GCC diagnostic push
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
#include <csetjmp>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "Instruction.h"
|
#include "Instruction.h"
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@
|
||||||
#include "Runtime.h"
|
#include "Runtime.h"
|
||||||
#include "Type.h"
|
#include "Type.h"
|
||||||
|
|
||||||
#include <csetjmp>
|
|
||||||
|
|
||||||
#include <llvm/IR/Function.h>
|
#include <llvm/IR/Function.h>
|
||||||
#include <llvm/IR/TypeBuilder.h>
|
#include <llvm/IR/TypeBuilder.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue