mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Fix build on Windows.
This commit is contained in:
parent
997a9e2fe3
commit
76be4a3eb9
2 changed files with 5 additions and 1 deletions
|
@ -43,6 +43,10 @@ https://github.com/telegramdesktop/tdesktop/blob/master/LEGAL
|
|||
#include "styles/style_chat.h"
|
||||
#include "styles/style_chat_helpers.h"
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
#include "ui/platform/win/ui_windows_direct_manipulation.h"
|
||||
#endif // Q_OS_WIN
|
||||
|
||||
namespace HistoryView {
|
||||
namespace {
|
||||
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f659440c4df96bb44443a4cf1b1c9deaa4e6054c
|
||||
Subproject commit 85518c8db01689d2dd598de78fae3eafa9b3e6d0
|
Loading…
Add table
Reference in a new issue