mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 21:56:43 +00:00
added inlcude of setjmp.h required for jmp_buf type
This commit is contained in:
parent
ac478d247e
commit
6e8d1ce25c
1 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,8 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
|
|
||||||
|
#include <setjmp.h>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include <libevm/ExtVMFace.h>
|
#include <libevm/ExtVMFace.h>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue