summaryrefslogtreecommitdiff
path: root/protocols/Telegram/src/stdafx.h
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2023-04-24 13:10:07 +0300
committerGeorge Hazan <ghazan@miranda.im>2023-04-24 13:10:07 +0300
commitcce43e30dca000d713131a87ddd78265d71eb763 (patch)
treef65cff1ee61dae9bee7fa462aa98e8c45cbe554c /protocols/Telegram/src/stdafx.h
parente4a77876719997918082cb4973fe33558292e9a0 (diff)
Telegram: introducing offline files processing
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r--protocols/Telegram/src/stdafx.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h
index 0d24bfcf3c..41799575cc 100644
--- a/protocols/Telegram/src/stdafx.h
+++ b/protocols/Telegram/src/stdafx.h
@@ -21,6 +21,7 @@
#include <m_extraicons.h>
#include <m_history.h>
#include <m_icolib.h>
+#include <m_json.h>
#include <m_langpack.h>
#include <m_message.h>
#include <m_netlib.h>
@@ -47,7 +48,7 @@ struct CMPlugin : public ACCPROTOPLUGIN<CTelegramProto>
{
CMPlugin();
- HANDLE m_hIcon;
+ HANDLE m_hIcon, m_hevEventEdited;
int Load() override;
};