forked from pool/telegram-desktop
84626acbc8
- Exclude i586, support was dropped upstream (gh#telegramdesktop/tdesktop#10037) - Add telegram-desktop-cinttypes-header.patch: Include cinttypes header to use uint32_t. - Add xkbcommon and wayland header dirs to CXXFLAGS to fix build failures. - Require Qt >= 5.15: Required since version 2.5.9 (gh#telegramdesktop/tdesktop#10398). - Pass -q to unzip to avoid echoing long file list while unzipping. - Update to 2.7.1 * Fix editing 'Manage Voice Chats' rights for channel admins. * Fix verification check display in voice chat participants list. * Allow removing and blocking channels from voice chats. - Update tg_owt OBS-URL: https://build.opensuse.org/request/show/880576 OBS-URL: https://build.opensuse.org/package/show/server:messaging/telegram-desktop?expand=0&rev=184
13 lines
472 B
Diff
13 lines
472 B
Diff
Index: tdesktop-2.7.1-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingPart.h
|
|
===================================================================
|
|
--- tdesktop-2.7.1-full.orig/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingPart.h
|
|
+++ tdesktop-2.7.1-full/Telegram/ThirdParty/tgcalls/tgcalls/group/StreamingPart.h
|
|
@@ -2,6 +2,7 @@
|
|
#define TGCALLS_STREAMING_PART_H
|
|
|
|
#include "absl/types/optional.h"
|
|
+#include <cinttypes>
|
|
#include <vector>
|
|
|
|
namespace tgcalls {
|