only include wallet if defined

This commit is contained in:
Gregory Sanders 2017-08-14 10:13:09 -07:00
parent 00a28a64d9
commit 2d88f075ba

View file

@ -22,7 +22,10 @@
#include "util.h"
#include "utilstrencodings.h"
#include "validationinterface.h"
#ifdef ENABLE_WALLET
#include "wallet/wallet.h"
#endif
#include <memory>
#include <stdint.h>