From fa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84 Mon Sep 17 00:00:00 2001 From: MacroFake Date: Tue, 19 Jul 2022 14:15:31 +0200 Subject: Add missing includes They are needed, otherwise the next commit will not compile --- src/bench/checkblock.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/bench/checkblock.cpp') 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 #include #include +#include #include // These are the two major time-sinks which happen after we have fully received -- cgit v1.2.3