From 4e82a960b6d1e3b0e1c98ee1f8ec9a7770427b4b Mon Sep 17 00:00:00 2001 From: Kittywhiskers Van Gogh <63189531+kittywhiskers@users.noreply.github.com> Date: Sun, 16 Jul 2023 14:42:05 +0000 Subject: [PATCH] merge bitcoin#22309: Add missing atomic include --- src/node/blockstorage.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/node/blockstorage.h b/src/node/blockstorage.h index bfd35ba32b..19b75d9c3f 100644 --- a/src/node/blockstorage.h +++ b/src/node/blockstorage.h @@ -5,12 +5,13 @@ #ifndef BITCOIN_NODE_BLOCKSTORAGE_H #define BITCOIN_NODE_BLOCKSTORAGE_H -#include -#include - #include #include // For CMessageHeader::MessageStartChars +#include +#include +#include + class ArgsManager; class CBlock; class CBlockIndex;