We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 672870a commit fa2d21fCopy full SHA for fa2d21f
src/node/blockstorage.h
@@ -5,12 +5,13 @@
5
#ifndef BITCOIN_NODE_BLOCKSTORAGE_H
6
#define BITCOIN_NODE_BLOCKSTORAGE_H
7
8
-#include <cstdint>
9
-#include <vector>
10
-
11
#include <fs.h>
12
#include <protocol.h> // For CMessageHeader::MessageStartChars
13
+#include <atomic>
+#include <cstdint>
+#include <vector>
14
+
15
class ArgsManager;
16
class BlockValidationState;
17
class CBlock;
0 commit comments