aboutsummaryrefslogtreecommitdiff
path: root/src/qt/receiverequestdialog.h
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-19 11:10:40 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-19 17:05:35 +0200
commit73b5505cfe0a8583718c708f7a99762c29d81274 (patch)
tree4e52770357dcf47920acfbd27535f4c8b78877d1 /src/qt/receiverequestdialog.h
parent30521302f90e4856a7516867b32a4576fa6d98b3 (diff)
downloadbitcoin-73b5505cfe0a8583718c708f7a99762c29d81274.tar.xz
refactor: Move SendCoinsRecipient in own header
Co-authored-by: Gregory Sanders <gsanders87@gmail.com>
Diffstat (limited to 'src/qt/receiverequestdialog.h')
-rw-r--r--src/qt/receiverequestdialog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/receiverequestdialog.h b/src/qt/receiverequestdialog.h
index a6e1a2af16..ece1e2e9de 100644
--- a/src/qt/receiverequestdialog.h
+++ b/src/qt/receiverequestdialog.h
@@ -5,6 +5,7 @@
#ifndef BITCOIN_QT_RECEIVEREQUESTDIALOG_H
#define BITCOIN_QT_RECEIVEREQUESTDIALOG_H
+#include <qt/sendcoinsrecipient.h>
#include <qt/walletmodel.h>
#include <QDialog>