mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-02 03:31:35 +02:00
add missing atomic include
This commit is contained in:
@ -5,12 +5,13 @@
|
|||||||
#ifndef BITCOIN_NODE_BLOCKSTORAGE_H
|
#ifndef BITCOIN_NODE_BLOCKSTORAGE_H
|
||||||
#define BITCOIN_NODE_BLOCKSTORAGE_H
|
#define BITCOIN_NODE_BLOCKSTORAGE_H
|
||||||
|
|
||||||
#include <cstdint>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#include <fs.h>
|
#include <fs.h>
|
||||||
#include <protocol.h> // For CMessageHeader::MessageStartChars
|
#include <protocol.h> // For CMessageHeader::MessageStartChars
|
||||||
|
|
||||||
|
#include <atomic>
|
||||||
|
#include <cstdint>
|
||||||
|
#include <vector>
|
||||||
|
|
||||||
class ArgsManager;
|
class ArgsManager;
|
||||||
class BlockValidationState;
|
class BlockValidationState;
|
||||||
class CBlock;
|
class CBlock;
|
||||||
|
Reference in New Issue
Block a user