aboutsummaryrefslogtreecommitdiff
path: root/src/test/fuzz/validation_load_mempool.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/fuzz/validation_load_mempool.cpp')
-rw-r--r--src/test/fuzz/validation_load_mempool.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/test/fuzz/validation_load_mempool.cpp b/src/test/fuzz/validation_load_mempool.cpp
index 357d8a9987..90c1a71d9f 100644
--- a/src/test/fuzz/validation_load_mempool.cpp
+++ b/src/test/fuzz/validation_load_mempool.cpp
@@ -2,6 +2,8 @@
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
+#include <kernel/mempool_persist.h>
+
#include <chainparamsbase.h>
#include <mempool_args.h>
#include <node/mempool_persist_args.h>
@@ -17,6 +19,8 @@
#include <cstdint>
#include <vector>
+using kernel::DumpMempool;
+
using node::MempoolPath;
namespace {