mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 05:36:46 +00:00
Change #include setjmp
This commit is contained in:
parent
fa6d4c63dc
commit
211d3c05e9
1 changed files with 1 additions and 2 deletions
|
|
@ -1,9 +1,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
#include <setjmp.h>
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
#include <csetjmp>
|
||||||
|
|
||||||
#include <libevm/ExtVMFace.h>
|
#include <libevm/ExtVMFace.h>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue