Skip to content

Commit 59bec6f

Browse files
committed
Fix missing #include
1 parent bac6043 commit 59bec6f

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

lib/evmone/execution_state.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
#include <evmc/evmc.hpp>
77
#include <intx/intx.hpp>
8+
#include <exception>
89
#include <memory>
910
#include <string>
1011
#include <vector>

lib/evmone_precompiles/ripemd160.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <array>
88
#include <bit>
99
#include <cstdint>
10+
#include <type_traits>
1011
#include <utility>
1112

1213
#if defined(_LIBCPP_VERSION) && _LIBCPP_VERSION < 180000

0 commit comments

Comments
 (0)