aboutsummaryrefslogtreecommitdiff
path: root/src/txrequest.cpp
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/txrequest.cpp
parentfade2adb5bb4ce9753e7f25da5fb1521f2f503ec (diff)
downloadbitcoin-2484cacb7a6367b24e924dba0825c843b1dfc1c3.tar.xz
Add public Boost headers explicitly
Diffstat (limited to 'src/txrequest.cpp')
-rw-r--r--src/txrequest.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/txrequest.cpp b/src/txrequest.cpp
index 40d36132de..dd042103bd 100644
--- a/src/txrequest.cpp
+++ b/src/txrequest.cpp
@@ -10,8 +10,12 @@
#include <random.h>
#include <uint256.h>
-#include <boost/multi_index_container.hpp>
+#include <boost/multi_index/indexed_by.hpp>
#include <boost/multi_index/ordered_index.hpp>
+#include <boost/multi_index/sequenced_index.hpp>
+#include <boost/multi_index/tag.hpp>
+#include <boost/multi_index_container.hpp>
+#include <boost/tuple/tuple.hpp>
#include <chrono>
#include <unordered_map>