From 389ea2af838230fac3f2e400d0d80eddbd8731ad Mon Sep 17 00:00:00 2001 From: John Preston Date: Fri, 22 Oct 2021 18:15:16 +0400 Subject: [PATCH] Fix compilation error on Linux. --- .../SourceFiles/platform/linux/notifications_manager_linux.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp index 646c780eb6..4b83a1d19d 100644 --- a/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp +++ b/Telegram/SourceFiles/platform/linux/notifications_manager_linux.cpp @@ -16,6 +16,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "core/application.h" #include "core/core_settings.h" #include "history/history.h" +#include "history/history_item.h" #include "main/main_session.h" #include "lang/lang_keys.h" #include "base/weak_ptr.h"