aboutsummaryrefslogtreecommitdiff
path: root/src/index/blockfilterindex.cpp
diff options
context:
space:
mode:
authorTheCharlatan <seb.kung@gmail.com>2023-07-29 13:06:01 +0200
committerTheCharlatan <seb.kung@gmail.com>2023-08-05 10:42:56 +0200
commita5c2eb57484314b04ec94523d14e0ef0c6c46d4f (patch)
tree1ebf2e8c4fde3f8589ab5cca3f46ca752b68b695 /src/index/blockfilterindex.cpp
parent84058e0eed9c05bc30984b39131e88ad1425628f (diff)
downloadbitcoin-a5c2eb57484314b04ec94523d14e0ef0c6c46d4f.tar.xz
refactor: Fix logging.h includes
These were uncovered as missing by the next commit.
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 a860b3a94d..cc7d6687b8 100644
--- a/src/index/blockfilterindex.cpp
+++ b/src/index/blockfilterindex.cpp
@@ -8,6 +8,7 @@
#include <dbwrapper.h>
#include <hash.h>
#include <index/blockfilterindex.h>
+#include <logging.h>
#include <node/blockstorage.h>
#include <util/fs_helpers.h>
#include <validation.h>