Closed alpha version 1.4.4.1: Fix build for macOS.

This commit is contained in:
John Preston 2018-10-25 17:04:21 +04:00
parent 14cae1b59a
commit 4e6f55e176
3 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include <execinfo.h>
#include <signal.h>
class LocationCoords;
namespace Platform {
inline void SetWatchingMediaKeys(bool watching) {

View File

@ -9,6 +9,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "platform/mac/specific_mac_p.h"
class LocationCoords;
namespace Platform {
inline bool TranslucentWindowsSupported(QPoint globalPosition) {

View File

@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "mainwindow.h"
#include "ui/widgets/shadow.h"
#include "ui/image/image_prepare.h"
#include "styles/style_window.h"
#include "styles/style_mediaview.h"
#include "platform/platform_main_window.h"