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 """)