diff options
author | George Hazan <ghazan@miranda.im> | 2022-08-07 18:11:51 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2022-08-07 18:11:51 +0300 |
commit | 7ef04dbd77d561031c318f6066783e1b279d541c (patch) | |
tree | 3c62771e3f2609f8bf7d98c81aa33fa868ec2593 /protocols/JabberG/src/stdafx.h | |
parent | 8b8313f8ddf570c5e79fef25e3dbba76698d28ea (diff) |
Jabber: fix for VoiceService calling
Diffstat (limited to 'protocols/JabberG/src/stdafx.h')
-rw-r--r-- | protocols/JabberG/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/JabberG/src/stdafx.h b/protocols/JabberG/src/stdafx.h index bef8ca3332..6147577fa3 100644 --- a/protocols/JabberG/src/stdafx.h +++ b/protocols/JabberG/src/stdafx.h @@ -99,6 +99,9 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #include <m_skin_eng.h>
#include <m_gui.h>
+#include <m_voiceservice.h>
+#include <m_voice.h>
+
#include <openssl/evp.h>
#include <openssl/hmac.h>
#include <openssl/rand.h>
|