Skip to content

Commit fa2d21f

Browse files
author
MarcoFalke
committed
add missing atomic include
1 parent 672870a commit fa2d21f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/node/blockstorage.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
#ifndef BITCOIN_NODE_BLOCKSTORAGE_H
66
#define BITCOIN_NODE_BLOCKSTORAGE_H
77

8-
#include <cstdint>
9-
#include <vector>
10-
118
#include <fs.h>
129
#include <protocol.h> // For CMessageHeader::MessageStartChars
1310

11+
#include <atomic>
12+
#include <cstdint>
13+
#include <vector>
14+
1415
class ArgsManager;
1516
class BlockValidationState;
1617
class CBlock;

0 commit comments

Comments
 (0)