aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorMarcoFalke <falke.marco@gmail.com>2021-08-20 12:33:24 +0200
committerMarcoFalke <falke.marco@gmail.com>2021-09-07 10:44:48 +0200
commitfa7f77b7d1709bf35808fced0d67b6e97b784d63 (patch)
tree9f367ad5af125d530f7af4f0f6cc46e46486fbce /src/qt
parentfa3f5d0dae2381038439b91ef2af85ec277c8294 (diff)
downloadbitcoin-fa7f77b7d1709bf35808fced0d67b6e97b784d63.tar.xz
Fix addrdb includes
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/bantablemodel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/bantablemodel.h b/src/qt/bantablemodel.h
index 57f559fc14..4b5b38e43f 100644
--- a/src/qt/bantablemodel.h
+++ b/src/qt/bantablemodel.h
@@ -5,6 +5,7 @@
#ifndef BITCOIN_QT_BANTABLEMODEL_H
#define BITCOIN_QT_BANTABLEMODEL_H
+#include <addrdb.h>
#include <net.h>
#include <memory>