diff options
| author | User <zipper@jacobzipper.com> | 2017-12-08 02:29:28 -0500 |
|---|---|---|
| committer | User <zipper@jacobzipper.com> | 2017-12-08 02:29:28 -0500 |
| commit | 77bcdf9434615ddfa118557f756f946de97a69d6 (patch) | |
| tree | b9999d29be56018b471ccc53cf0125cfdc109aa1 /src/libwalletqt/TransactionInfo.h | |
| parent | d9d2050f2924322ff6f2895addcb6961a49132f9 (diff) | |
| download | monzero-gui-77bcdf9434615ddfa118557f756f946de97a69d6.tar.gz monzero-gui-77bcdf9434615ddfa118557f756f946de97a69d6.tar.xz monzero-gui-77bcdf9434615ddfa118557f756f946de97a69d6.zip | |
replace wallet/wallet2_api.h with wallet/api/wallet2_api.h to compile
Diffstat (limited to 'src/libwalletqt/TransactionInfo.h')
| -rw-r--r-- | src/libwalletqt/TransactionInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libwalletqt/TransactionInfo.h b/src/libwalletqt/TransactionInfo.h index fa13a3be..d957c455 100644 --- a/src/libwalletqt/TransactionInfo.h +++ b/src/libwalletqt/TransactionInfo.h @@ -1,7 +1,7 @@ #ifndef TRANSACTIONINFO_H #define TRANSACTIONINFO_H -#include <wallet/wallet2_api.h> +#include <wallet/api/wallet2_api.h> #include <QObject> #include <QDateTime> |
