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 fa0739a commit fa4e099Copy full SHA for fa4e099
src/node/miner.cpp
@@ -21,6 +21,7 @@
21
#include <timedata.h>
22
#include <util/moneystr.h>
23
#include <util/system.h>
24
+#include <validation.h>
25
26
#include <algorithm>
27
#include <utility>
src/node/miner.h
@@ -8,15 +8,15 @@
8
9
#include <primitives/block.h>
10
#include <txmempool.h>
11
-#include <validation.h>
12
13
#include <memory>
14
#include <optional>
15
#include <stdint.h>
16
17
-#include <boost/multi_index_container.hpp>
18
#include <boost/multi_index/ordered_index.hpp>
+#include <boost/multi_index_container.hpp>
19
+class ChainstateManager;
20
class CBlockIndex;
class CChainParams;
class CScript;
0 commit comments