aboutsummaryrefslogtreecommitdiff
path: root/src/bench
diff options
context:
space:
mode:
authorMacroFake <falke.marco@gmail.com>2022-07-19 14:15:31 +0200
committerMacroFake <falke.marco@gmail.com>2022-07-19 14:12:33 +0200
commitfa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84 (patch)
treeb8fbfdff54f7175f8ae0d342d6a7186bbac10c32 /src/bench
parentfa869ce2c2b906d8b087c4e7a5f1804a74b1c522 (diff)
downloadbitcoin-fa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84.tar.xz
Add missing includes
They are needed, otherwise the next commit will not compile
Diffstat (limited to 'src/bench')
-rw-r--r--src/bench/checkblock.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bench/checkblock.cpp b/src/bench/checkblock.cpp
index 52e5cb743f..53aa470042 100644
--- a/src/bench/checkblock.cpp
+++ b/src/bench/checkblock.cpp
@@ -8,6 +8,7 @@
#include <chainparams.h>
#include <consensus/validation.h>
#include <streams.h>
+#include <util/system.h>
#include <validation.h>
// These are the two major time-sinks which happen after we have fully received