diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-06 19:06:45 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-06 19:06:45 +0300 |
commit | 4be3cbfb5a759d868eac6c8060967ebf0f0af456 (patch) | |
tree | f279c94f14e1a63c8693d47064d68d778ea94085 /protocols/Telegram/src/stdafx.h | |
parent | 420bdbea266c864509ed58ac792d5059516dddf5 (diff) |
fixes #3394 (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 b16b91840c..f2a60d704e 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -21,6 +21,7 @@ #include <m_extraicons.h>
#include <m_icolib.h>
#include <m_langpack.h>
+#include <m_message.h>
#include <m_netlib.h>
#include <m_options.h>
#include <m_popup.h>
|