Skip to content

Commit

Permalink
Fix #739: Explicitly include headers in block_log_compression.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Gandalf-the-Grey committed Jan 2, 2025
1 parent 015c4c0 commit 96fb487
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libraries/chain/include/hive/chain/block_log_compression.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#pragma once

#include <memory>
#include <optional>
#include <tuple>

#include <hive/chain/detail/block_attributes.hpp>

extern "C"
Expand Down

0 comments on commit 96fb487

Please sign in to comment.