2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 06:26:18 +00:00

Fix build with Xcode.

This commit is contained in:
John Preston
2022-11-02 00:47:25 +04:00
parent e62bdd286d
commit 45cacc94c0
5 changed files with 5 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "ui/text/text.h" // For QFIXED_MAX
#include "data/data_peer_id.h"
#include "data/data_msg_id.h"
#include "base/qt/qt_compare.h"
class HistoryItem;
using HistoryItemsList = std::vector<not_null<HistoryItem*>>;