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 /main.cpp | |
| 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 'main.cpp')
| -rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ #include "model/TransactionHistorySortFilterModel.h" #include "AddressBook.h" #include "model/AddressBookModel.h" -#include "wallet/wallet2_api.h" +#include "wallet/api/wallet2_api.h" #include "MainApp.h" // IOS exclusions |
