parent
4babd08137
commit
65adc3a893
2 changed files with 3 additions and 1 deletions
|
@ -276,7 +276,6 @@ BITCOIN_QT_CPP = \
|
|||
qvalidatedlineedit.cpp \
|
||||
qvaluecombobox.cpp \
|
||||
rpcconsole.cpp \
|
||||
signverifymessagedialog.cpp \
|
||||
splashscreen.cpp \
|
||||
trafficgraphwidget.cpp \
|
||||
utilitydialog.cpp
|
||||
|
@ -298,6 +297,7 @@ BITCOIN_QT_CPP += \
|
|||
recentrequeststablemodel.cpp \
|
||||
sendcoinsdialog.cpp \
|
||||
sendcoinsentry.cpp \
|
||||
signverifymessagedialog.cpp \
|
||||
transactiondesc.cpp \
|
||||
transactiondescdialog.cpp \
|
||||
transactionfilterproxy.cpp \
|
||||
|
|
|
@ -25,7 +25,9 @@
|
|||
#include "rpcserver.h"
|
||||
#include "ui_interface.h"
|
||||
#include "util.h"
|
||||
#ifdef ENABLE_WALLET
|
||||
#include "wallet.h"
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue