X-Git-Url: https://git.novaco.in/?p=novacoin.git;a=blobdiff_plain;f=src%2Fwallet.cpp;h=f8338b787f18464ac643024ae527ea2fca79d4fa;hp=6a2bf022bbf7ae26107f82b2c90ffa5426961dcc;hb=9eace6b1130ce7eb938476750159ec0baf752531;hpb=ed6d0b5f852dc5f1c9407abecb5a9c6a7e42b4b2 diff --git a/src/wallet.cpp b/src/wallet.cpp index 6a2bf02..f8338b7 100644 --- a/src/wallet.cpp +++ b/src/wallet.cpp @@ -3,7 +3,8 @@ // Distributed under the MIT/X11 software license, see the accompanying // file license.txt or http://www.opensource.org/licenses/mit-license.php. -#include "db.h" +#include "wallet.h" +#include "walletdb.h" #include "crypter.h" using namespace std;