diff options
Diffstat (limited to 'protocols/WhatsAppWeb/src/stdafx.h')
| -rw-r--r-- | protocols/WhatsAppWeb/src/stdafx.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protocols/WhatsAppWeb/src/stdafx.h b/protocols/WhatsAppWeb/src/stdafx.h index ba0d248a5a..c831328858 100644 --- a/protocols/WhatsAppWeb/src/stdafx.h +++ b/protocols/WhatsAppWeb/src/stdafx.h @@ -10,6 +10,7 @@ Copyright © 2019-21 George Hazan #pragma warning(disable:4996) #pragma warning(disable:4290) +#include <malloc.h> #include <time.h> #include <windows.h> @@ -17,6 +18,7 @@ Copyright © 2019-21 George Hazan #include <m_avatars.h> #include <m_chat.h> #include <m_clist.h> +#include <m_contacts.h> #include <m_database.h> #include <m_history.h> #include <m_imgsrvc.h> @@ -77,4 +79,4 @@ struct ec_private_key : public signal_type_base #include "proto.h" #include "resource.h" -#pragma comment(lib, "libcrypto.lib")
\ No newline at end of file +#pragma comment(lib, "libcrypto.lib") |
