diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-09 16:24:26 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-09 16:24:26 +0300 |
commit | c844602f5ce38621c6bd832155a43b0b8f8efc16 (patch) | |
tree | 0ea61056b70cb8eda58d5d778663622a1faa48f4 /protocols/Telegram/src/stdafx.h | |
parent | d5d66b8a85c970595e28a01877844dc0a65e2003 (diff) |
fixes #3406 (Telegram: не сихронизируется удаление контактов между официальным клиентом и Мирандой)
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r-- | protocols/Telegram/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h index 1e5a33925a..0d24bfcf3c 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -19,6 +19,7 @@ #include <m_contacts.h>
#include <m_database.h>
#include <m_extraicons.h>
+#include <m_history.h>
#include <m_icolib.h>
#include <m_langpack.h>
#include <m_message.h>
|