Add missing QWindow includes

This commit is contained in:
Ilya Fedin 2024-01-13 00:50:29 +04:00 committed by John Preston
parent 333ef9b48a
commit eca8c28dea
2 changed files with 4 additions and 0 deletions

View file

@ -65,6 +65,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "styles/style_info.h"
#include "styles/style_menu_icons.h"
#include <QtGui/QWindow>
namespace HistoryView {
namespace {

View file

@ -23,6 +23,8 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
#include "lang/lang_keys.h"
#include "styles/style_window.h"
#include <QtGui/QWindow>
namespace Window {
namespace {