mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-02-25 01:50:36 +00:00
Fix build on Windows.
This commit is contained in:
parent
997a9e2fe3
commit
76be4a3eb9
@ -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…
Reference in New Issue
Block a user