aboutsummaryrefslogtreecommitdiff
path: root/src/qt/paymentserver.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/paymentserver.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/paymentserver.h')
-rw-r--r--src/qt/paymentserver.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/qt/paymentserver.h b/src/qt/paymentserver.h
index 8b2533508d..f4cb995e4a 100644
--- a/src/qt/paymentserver.h
+++ b/src/qt/paymentserver.h
@@ -36,6 +36,7 @@
#include <config/bitcoin-config.h>
#endif
+#include <qt/sendcoinsrecipient.h>
#include <qt/walletmodel.h>
#include <QObject>