aboutsummaryrefslogtreecommitdiff
path: root/src/bench/ccoins_caching.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/ccoins_caching.cpp')
-rw-r--r--src/bench/ccoins_caching.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/bench/ccoins_caching.cpp b/src/bench/ccoins_caching.cpp
index 05b2f5435c..351861536c 100644
--- a/src/bench/ccoins_caching.cpp
+++ b/src/bench/ccoins_caching.cpp
@@ -4,10 +4,15 @@
#include <bench/bench.h>
#include <coins.h>
+#include <consensus/amount.h>
+#include <key.h>
#include <policy/policy.h>
+#include <primitives/transaction.h>
+#include <script/script.h>
#include <script/signingprovider.h>
#include <test/util/transaction_utils.h>
+#include <cassert>
#include <vector>
// Microbenchmark for simple accesses to a CCoinsViewCache database. Note from