From f1d97fb92c86074db3d8d01a0d543e43df92e7e5 Mon Sep 17 00:00:00 2001 From: Viktor Oreshkin Date: Sat, 8 Apr 2017 18:05:59 +0300 Subject: [PATCH] Fix build in Xcode (#3241) Signed-off-by: Viktor Oreshkin --- Telegram/SourceFiles/platform/mac/main_window_mac.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/platform/mac/main_window_mac.mm b/Telegram/SourceFiles/platform/mac/main_window_mac.mm index ace4de21d..3165754f9 100644 --- a/Telegram/SourceFiles/platform/mac/main_window_mac.mm +++ b/Telegram/SourceFiles/platform/mac/main_window_mac.mm @@ -22,6 +22,7 @@ Copyright (c) 2014-2017 John Preston, https://desktop.telegram.org #include "mainwidget.h" #include "application.h" #include "historywidget.h" +#include "history/history_inner_widget.h" #include "storage/localstorage.h" #include "window/notifications_manager_default.h" #include "platform/platform_notifications_manager.h"