replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile

This commit is contained in:
User
2017-12-08 02:29:28 -05:00
parent d9d2050f29
commit 77bcdf9434
13 changed files with 13 additions and 13 deletions

View File

@@ -6,7 +6,7 @@
#include <QMutex>
#include <QtConcurrent/QtConcurrent>
#include "wallet/wallet2_api.h" // we need to have an access to the Monero::Wallet::Status enum here;
#include "wallet/api/wallet2_api.h" // we need to have an access to the Monero::Wallet::Status enum here;
#include "PendingTransaction.h" // we need to have an access to the PendingTransaction::Priority enum here;
#include "UnsignedTransaction.h"