aboutsummaryrefslogtreecommitdiff
path: root/src/bench/bench_bitcoin.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/bench_bitcoin.cpp')
-rw-r--r--src/bench/bench_bitcoin.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/bench/bench_bitcoin.cpp b/src/bench/bench_bitcoin.cpp
index a1b880e40b..555dca7d59 100644
--- a/src/bench/bench_bitcoin.cpp
+++ b/src/bench/bench_bitcoin.cpp
@@ -3,15 +3,16 @@
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#include <bench/bench.h>
-
-#include <clientversion.h>
#include <common/args.h>
#include <crypto/sha256.h>
+#include <tinyformat.h>
#include <util/fs.h>
-#include <util/strencodings.h>
+#include <util/string.h>
#include <chrono>
#include <cstdint>
+#include <cstdlib>
+#include <exception>
#include <iostream>
#include <sstream>
#include <vector>