From 16badb0722b9d2a8c564eb5963b7417a6bb6a4a7 Mon Sep 17 00:00:00 2001 From: John Preston Date: Mon, 4 Nov 2019 13:14:43 +0300 Subject: [PATCH] Version 0.9.3: Fix build on macOS/Linux. --- Wallet/SourceFiles/core/launcher.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Wallet/SourceFiles/core/launcher.cpp b/Wallet/SourceFiles/core/launcher.cpp index 420a1f7..fa84c5c 100644 --- a/Wallet/SourceFiles/core/launcher.cpp +++ b/Wallet/SourceFiles/core/launcher.cpp @@ -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 #include #include