summaryrefslogtreecommitdiff
path: root/protocols/Icq10/src/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Icq10/src/stdafx.h')
-rw-r--r--protocols/Icq10/src/stdafx.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/protocols/Icq10/src/stdafx.h b/protocols/Icq10/src/stdafx.h
index 3191bcf750..078ef4fe19 100644
--- a/protocols/Icq10/src/stdafx.h
+++ b/protocols/Icq10/src/stdafx.h
@@ -58,12 +58,18 @@
#include <m_skin.h>
#include <m_popup.h>
#include <m_ignore.h>
+#include <m_json.h>
#include <m_icolib.h>
#include <m_avatars.h>
#include <m_timezones.h>
#include <win2k.h>
#include <m_gui.h>
+#include <openssl/evp.h>
+#include <openssl/hmac.h>
+#include <openssl/rand.h>
+#include <openssl/sha.h>
+
// Project resources
#include "resource.h"
@@ -72,4 +78,5 @@
#define MODULENAME "ICQ"
-#include "icq_proto.h"
+#include "http.h"
+#include "proto.h"