From 04296830dc32e877a568826e149ddaffb4e280a1 Mon Sep 17 00:00:00 2001 From: 23rd <23rd@vivaldi.net> Date: Mon, 18 May 2026 11:53:01 +0300 Subject: [PATCH] Fixed build on Windows. --- .../SourceFiles/dialogs/dialogs_top_bar_suggestion_test.cpp | 2 +- Telegram/build/prepare/prepare.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Telegram/SourceFiles/dialogs/dialogs_top_bar_suggestion_test.cpp b/Telegram/SourceFiles/dialogs/dialogs_top_bar_suggestion_test.cpp index 4394f74974..b3f39509fb 100644 --- a/Telegram/SourceFiles/dialogs/dialogs_top_bar_suggestion_test.cpp +++ b/Telegram/SourceFiles/dialogs/dialogs_top_bar_suggestion_test.cpp @@ -19,7 +19,7 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL #include "ui/wrap/vertical_layout.h" #include "styles/style_dialogs.h" -#include +#include namespace Dialogs { diff --git a/Telegram/build/prepare/prepare.py b/Telegram/build/prepare/prepare.py index 6276a60dee..6243e88b38 100644 --- a/Telegram/build/prepare/prepare.py +++ b/Telegram/build/prepare/prepare.py @@ -455,7 +455,7 @@ if customRunCommand: stage('patches', """ git clone https://github.com/desktop-app/patches.git cd patches - git checkout 4e7cec08c34155d7f38d3bd9a94f19ecadf784e6 + git checkout 667174b0ac0e062ee13379d585c675df50a5f837 mac: git clone https://github.com/desktop-app/qt6_highsierra_patches.git qt6_highsierra """)