diff options
Diffstat (limited to 'protocols/Telegram/src/stdafx.h')
-rw-r--r-- | protocols/Telegram/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/Telegram/src/stdafx.h b/protocols/Telegram/src/stdafx.h index dd58e471ee..c5a21971fb 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -3,6 +3,7 @@ #include <windows.h> +#include <map> #include <memory> #include <newpluginapi.h> @@ -11,6 +12,7 @@ #include <m_protosvc.h> #include <m_clist.h> +#include <m_contacts.h> #include <m_database.h> #include <m_icolib.h> #include <m_langpack.h> |