aboutsummaryrefslogtreecommitdiff
path: root/src/node/miner.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-31 15:43:01 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2023-05-31 15:43:01 +0100
commit2484cacb7a6367b24e924dba0825c843b1dfc1c3 (patch)
tree4135622651dbeb27606591c6eb5a70b66c69be48 /src/node/miner.h
parentfade2adb5bb4ce9753e7f25da5fb1521f2f503ec (diff)
Add public Boost headers explicitly
Diffstat (limited to 'src/node/miner.h')
-rw-r--r--src/node/miner.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/node/miner.h b/src/node/miner.h
index f1ccffff55..70de9e1db0 100644
--- a/src/node/miner.h
+++ b/src/node/miner.h
@@ -14,7 +14,10 @@
#include <optional>
#include <stdint.h>
+#include <boost/multi_index/identity.hpp>
+#include <boost/multi_index/indexed_by.hpp>
#include <boost/multi_index/ordered_index.hpp>
+#include <boost/multi_index/tag.hpp>
#include <boost/multi_index_container.hpp>
class ArgsManager;