Skip to content

Commit

Permalink
Version 0.9.3: Fix build on macOS/Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
john-preston committed Nov 4, 2019
1 parent 9202013 commit 16badb0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Wallet/SourceFiles/core/launcher.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@
#include "ton/ton_wallet.h"
#include "base/platform/base_platform_info.h"
#include "base/platform/base_platform_url_scheme.h"
#include "base/platform/win/base_windows_h.h"
#include "base/concurrent_timer.h"

#ifdef WALLET_AUTOUPDATING_BUILD
#include "updater/updater_instance.h"
#endif // WALLET_AUTOUPDATING_BUILD

#ifdef Q_OS_WIN
#include "base/platform/win/base_windows_h.h"
#endif // Q_OS_WIN

#include <QtWidgets/QApplication>
#include <QtCore/QJsonObject>
#include <QtCore/QStandardPaths>
Expand Down

0 comments on commit 16badb0

Please sign in to comment.