aboutsummaryrefslogtreecommitdiff
path: root/src/index/blockfilterindex.cpp
diff options
context:
space:
mode:
authorCory Fields <cory-nospam-@coryfields.com>2023-09-07 15:39:30 +0000
committerCory Fields <cory-nospam-@coryfields.com>2023-09-08 13:40:15 +0000
commite73d2a8018def940afadb5d699b18f39e882c1fc (patch)
tree4f5ab44ccd978592c109679a0b746c10a9184e86 /src/index/blockfilterindex.cpp
parent4240a082b81d8ceb7615b1b4ca0d2857382f317b (diff)
downloadbitcoin-e73d2a8018def940afadb5d699b18f39e882c1fc.tar.xz
refactor: remove clientversion include from dbwrapper.h
Diffstat (limited to 'src/index/blockfilterindex.cpp')
-rw-r--r--src/index/blockfilterindex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/index/blockfilterindex.cpp b/src/index/blockfilterindex.cpp
index b23d66ac1d..21132d9305 100644
--- a/src/index/blockfilterindex.cpp
+++ b/src/index/blockfilterindex.cpp
@@ -4,6 +4,7 @@
#include <map>
+#include <clientversion.h>
#include <common/args.h>
#include <dbwrapper.h>
#include <hash.h>