Skip to content

Commit

Permalink
Add missing include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
elmato committed Jan 11, 2024
1 parent 0c71640 commit 2137248
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions eosevm/block_mapping.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#pragma once
#include <cstdint>

#include <silkworm/core/types/block.hpp>
Expand Down
2 changes: 2 additions & 0 deletions eosevm/version.hpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#pragma once

#include <silkworm/core/types/block.hpp>
#include <silkworm/core/common/endian.hpp>

Expand Down

0 comments on commit 2137248

Please sign in to comment.