diff options
author | George Hazan <ghazan@miranda.im> | 2023-01-10 20:14:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-01-10 20:14:41 +0300 |
commit | 605743d6e763b3aa2868133f50f99f15293a9a29 (patch) | |
tree | 415b27490160a9dd0ec3f5f4a085bf07ec5c5f34 /protocols/Telegram/src/stdafx.h | |
parent | 83278f1c0a1b12b349617b7ebc5583be17e69daa (diff) |
Telegram: support for avatars
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 ff63a27ac9..cae3629bf9 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -12,6 +12,7 @@ #include <m_protoint.h> #include <m_protosvc.h> +#include <m_avatars.h> #include <m_clist.h> #include <m_chat.h> #include <m_contacts.h> |