aboutsummaryrefslogtreecommitdiff
path: root/src/bench/block_assemble.cpp
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2023-09-06 16:59:32 +0200
committerTheCharlatan <seb.kung@gmail.com>2023-09-12 22:51:42 +0200
commitf0d1d8b35c3aa9f2f923f74e3dbbf1e5ece4cd2f (patch)
tree49d856e34d52128e795446c2f8b7687e64236a11 /src/bench/block_assemble.cpp
parent534b314a7401d44f51aabd4565f97be9ee411740 (diff)
downloadbitcoin-f0d1d8b35c3aa9f2f923f74e3dbbf1e5ece4cd2f.tar.xz
[refactor] Add missing includes for next commit
Diffstat (limited to 'src/bench/block_assemble.cpp')
-rw-r--r--src/bench/block_assemble.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bench/block_assemble.cpp b/src/bench/block_assemble.cpp
index 4d032cefc5..0737144b84 100644
--- a/src/bench/block_assemble.cpp
+++ b/src/bench/block_assemble.cpp
@@ -6,6 +6,7 @@
#include <consensus/validation.h>
#include <crypto/sha256.h>
#include <node/miner.h>
+#include <random.h>
#include <test/util/mining.h>
#include <test/util/script.h>
#include <test/util/setup_common.h>