diff options
author | George Hazan <ghazan@miranda.im> | 2023-03-07 15:13:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2023-03-07 15:13:14 +0300 |
commit | 09c998451798561b15e2b7a58d4d77446a238b5c (patch) | |
tree | e2f3a0a77137d6232e3952a97d64e509c696c124 /protocols/Telegram/src/stdafx.h | |
parent | d9c93c40267f416ebef07fcd3f4f6c1677e7e857 (diff) |
fixes #3405 (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 f2a60d704e..1e5a33925a 100644 --- a/protocols/Telegram/src/stdafx.h +++ b/protocols/Telegram/src/stdafx.h @@ -25,6 +25,7 @@ #include <m_netlib.h>
#include <m_options.h>
#include <m_popup.h>
+#include <m_skin.h>
#include <m_smileyadd.h>
#include "../../libs/freeimage/src/FreeImage.h"
|