Fix build with Xcode.

This commit is contained in:
John Preston
2022-10-11 23:35:00 +04:00
parent 58b8eb8e96
commit 04d06e5b12
3 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -585,7 +585,7 @@ private:
MsgId aroundId = 0;
SliceType sliceType = {};
friend inline constexpr auto operator<=>(
friend inline auto operator<=>(
const SharedMediaRequest&,
const SharedMediaRequest&) = default;
};
@@ -9,6 +9,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "storage/storage_shared_media.h"
#include "base/weak_ptr.h"
#include "base/qt/qt_compare.h"
#include "data/data_sparse_ids.h"
namespace Main {