From 87a042b029922c06abc6de39b0a9d234439b500e Mon Sep 17 00:00:00 2001 From: John Preston Date: Sat, 25 Nov 2023 09:16:24 +0400 Subject: [PATCH] Fix build on Linux --- Telegram/SourceFiles/boxes/share_box.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Telegram/SourceFiles/boxes/share_box.cpp b/Telegram/SourceFiles/boxes/share_box.cpp index d7f958240..1ffcc1ddf 100644 --- a/Telegram/SourceFiles/boxes/share_box.cpp +++ b/Telegram/SourceFiles/boxes/share_box.cpp @@ -28,6 +28,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "history/history.h" #include "history/history_item.h" #include "history/history_item_helpers.h" +#include "history/view/history_view_element.h" #include "history/view/history_view_context_menu.h" // CopyPostLink. #include "window/window_session_controller.h" #include "boxes/peer_list_controllers.h"