mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
merge bitcoin#22309: Add missing atomic include
This commit is contained in:
parent
b1643e7c86
commit
4e82a960b6
@ -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 CBlock;
|
class CBlock;
|
||||||
class CBlockIndex;
|
class CBlockIndex;
|
||||||
|
Loading…
Reference in New Issue
Block a user