Skip to content

Commit 16badb0

Browse files
committed
Version 0.9.3: Fix build on macOS/Linux.
1 parent 9202013 commit 16badb0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Wallet/SourceFiles/core/launcher.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,16 @@
1414
#include "ton/ton_wallet.h"
1515
#include "base/platform/base_platform_info.h"
1616
#include "base/platform/base_platform_url_scheme.h"
17-
#include "base/platform/win/base_windows_h.h"
1817
#include "base/concurrent_timer.h"
1918

2019
#ifdef WALLET_AUTOUPDATING_BUILD
2120
#include "updater/updater_instance.h"
2221
#endif // WALLET_AUTOUPDATING_BUILD
2322

23+
#ifdef Q_OS_WIN
24+
#include "base/platform/win/base_windows_h.h"
25+
#endif // Q_OS_WIN
26+
2427
#include <QtWidgets/QApplication>
2528
#include <QtCore/QJsonObject>
2629
#include <QtCore/QStandardPaths>

0 commit comments

Comments
 (0)