Fix --disable-wallet build after merge of #5681

This commit is contained in:
Wladimir J. van der Laan 2015-03-24 22:14:44 +01:00
parent 8d2fbfa491
commit cbb2cf5522
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
2 changed files with 2 additions and 0 deletions

View File

@ -23,6 +23,7 @@
#include "ui_interface.h"
#include "util.h"
#include "utilmoneystr.h"
#include "validationinterface.h"
#ifdef ENABLE_WALLET
#include "wallet/wallet.h"
#include "wallet/walletdb.h"

View File

@ -13,6 +13,7 @@
#include "pow.h"
#include "rpcserver.h"
#include "util.h"
#include "validationinterface.h"
#ifdef ENABLE_WALLET
#include "wallet/db.h"
#include "wallet/wallet.h"