aboutsummaryrefslogtreecommitdiff
path: root/src/bench/checkblockindex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/checkblockindex.cpp')
-rw-r--r--src/bench/checkblockindex.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/bench/checkblockindex.cpp b/src/bench/checkblockindex.cpp
index e8a848dbd4..a5c152b387 100644
--- a/src/bench/checkblockindex.cpp
+++ b/src/bench/checkblockindex.cpp
@@ -6,6 +6,8 @@
#include <test/util/setup_common.h>
#include <validation.h>
+#include <memory>
+
static void CheckBlockIndex(benchmark::Bench& bench)
{
auto testing_setup{MakeNoLogFileContext<TestChain100Setup>()};