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;