diff options
author | George Hazan <george.hazan@gmail.com> | 2025-03-02 16:57:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2025-03-02 16:57:18 +0300 |
commit | f397526e5fd1d53956caeb97a6178d3449c8c648 (patch) | |
tree | ee9e36dce8eb238b19252c4449309c474f3d0f83 /protocols/Telegram/src/stdafx.h | |
parent | 0de237405acf0a5e26ab6cfddd875338c1e8acd0 (diff) |
fixes #4892 (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 ba59150fbb..2db1d8d4b4 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -34,6 +34,7 @@ #include <m_skin.h>
#include <m_smileyadd.h>
#include <m_timezones.h>
+#include <m_userinfo.h>
#include "../../libs/freeimage/src/FreeImage.h"
|