Fix GUI build with --disable-wallet

fe6bff2 and 65f78a1 broke it. Minor build changes.
This commit is contained in:
Wladimir J. van der Laan
2014-06-05 07:00:16 +02:00
parent d900ab9e66
commit a92aded70e
2 changed files with 3 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
#include "util.h"
#include "json/json_spirit_value.h"
#ifdef ENABLE_WALLET
#include <db_cxx.h>
#endif
#include <openssl/crypto.h>
#include <QKeyEvent>