diff options
author | MacroFake <falke.marco@gmail.com> | 2022-07-19 14:15:31 +0200 |
---|---|---|
committer | MacroFake <falke.marco@gmail.com> | 2022-07-19 14:12:33 +0200 |
commit | fa77fdd0475fa15a1a3641c5d5a2bf7ad095aa84 (patch) | |
tree | b8fbfdff54f7175f8ae0d342d6a7186bbac10c32 /src/bench | |
parent | fa869ce2c2b906d8b087c4e7a5f1804a74b1c522 (diff) |
Add missing includes
They are needed, otherwise the next commit will not compile
Diffstat (limited to 'src/bench')
-rw-r--r-- | src/bench/checkblock.cpp | 1 |
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 |