Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
chfast committed Oct 9, 2024
1 parent f3e7b83 commit b6b116f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/unittests/jumpdest_analysis_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

using namespace evmone;
using namespace evmone::experimental;
using namespace evmone::test;

namespace
{
Expand Down
1 change: 1 addition & 0 deletions test/unittests/opcode_manip_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <gtest/gtest.h>

using namespace evmone::experimental;
using namespace evmone::test;

TEST(opcode_manip, find_first_push)
{
Expand Down

0 comments on commit b6b116f

Please sign in to comment.