Skip to content

Commit

Permalink
Testing
Browse files Browse the repository at this point in the history
  • Loading branch information
evoskuil committed Jul 8, 2024
1 parent a3951ca commit b7a12e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/bitcoin/system/chain/block.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
#ifndef LIBBITCOIN_SYSTEM_CHAIN_BLOCK_HPP
#define LIBBITCOIN_SYSTEM_CHAIN_BLOCK_HPP

#include <new>
#include <functional>
#include <memory>
#include <unordered_set>
Expand Down
1 change: 0 additions & 1 deletion include/bitcoin/system/define.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@

/// Standard includes (do not include directly).
/// All except <array> are included here by include ancestory.
#include <new> // Must be early, macOS w/pmr.
#include <array> // TODO: purge
#include <cstddef> // purged
#include <cstdint> // purged
Expand Down

0 comments on commit b7a12e2

Please sign in to comment.