We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9202013 commit 16badb0Copy full SHA for 16badb0
Wallet/SourceFiles/core/launcher.cpp
@@ -14,13 +14,16 @@
14
#include "ton/ton_wallet.h"
15
#include "base/platform/base_platform_info.h"
16
#include "base/platform/base_platform_url_scheme.h"
17
-#include "base/platform/win/base_windows_h.h"
18
#include "base/concurrent_timer.h"
19
20
#ifdef WALLET_AUTOUPDATING_BUILD
21
#include "updater/updater_instance.h"
22
#endif // WALLET_AUTOUPDATING_BUILD
23
+#ifdef Q_OS_WIN
24
+#include "base/platform/win/base_windows_h.h"
25
+#endif // Q_OS_WIN
26
+
27
#include <QtWidgets/QApplication>
28
#include <QtCore/QJsonObject>
29
#include <QtCore/QStandardPaths>
0 commit comments