diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-07 20:33:20 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-07 20:33:20 +0000 |
commit | d91b68566522230f4daff25c8c2376fbd99ca640 (patch) | |
tree | 8c773a1a44d32ca06f9f0b2c8c7c7d00e57ab5bd /protocols/VKontakte/src/stdafx.h | |
parent | eeb8b2901b9a58285929071cac255d8bb565a2f7 (diff) |
VK: avatars
git-svn-id: http://svn.miranda-ng.org/main/trunk@6401 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/stdafx.h')
-rw-r--r-- | protocols/VKontakte/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/stdafx.h b/protocols/VKontakte/src/stdafx.h index 94469d2b79..5788e340a5 100644 --- a/protocols/VKontakte/src/stdafx.h +++ b/protocols/VKontakte/src/stdafx.h @@ -24,7 +24,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <Windows.h>
#include <Shlwapi.h>
#include <Wincrypt.h>
+
#include <stdio.h>
+#include <malloc.h>
#include <tchar.h>
#include <time.h>
|