From 5c132142447421b4eb3768429a2ef78190530717 Mon Sep 17 00:00:00 2001 From: John Preston Date: Sun, 8 Sep 2019 23:42:40 +0300 Subject: [PATCH] Beta version 1.8.5: Fix build for old OS X. --- Telegram/SourceFiles/stdafx.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Telegram/SourceFiles/stdafx.h b/Telegram/SourceFiles/stdafx.h index 2bdcb8d71a..27140be7f7 100644 --- a/Telegram/SourceFiles/stdafx.h +++ b/Telegram/SourceFiles/stdafx.h @@ -77,7 +77,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include #include + +#ifndef OS_MAC_OLD #include +#endif // OS_MAC_OLD // Fix Google Breakpad build for Mac App Store version #ifdef Q_OS_MAC