mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 327e2691f6 into merged_master (Bitcoin PR bitcoin/bitcoin#22309)
This commit is contained in:
commit
c86aff975c
1 changed files with 4 additions and 3 deletions
|
|
@ -5,12 +5,13 @@
|
|||
#ifndef BITCOIN_NODE_BLOCKSTORAGE_H
|
||||
#define BITCOIN_NODE_BLOCKSTORAGE_H
|
||||
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
#include <fs.h>
|
||||
#include <protocol.h> // For CMessageHeader::MessageStartChars
|
||||
|
||||
#include <atomic>
|
||||
#include <cstdint>
|
||||
#include <vector>
|
||||
|
||||
class ArgsManager;
|
||||
class BlockValidationState;
|
||||
class CBlock;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue