diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-06 13:17:00 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-06 13:17:00 +0000 |
commit | 74bbe14fb8a018a65f89d28386eb3e88edfd0516 (patch) | |
tree | 8309b29c8d288e472955aa07defab7e5e3f1726b /protocols/VKontakte/src/stdafx.h | |
parent | 91003eb7373b4cb9e340be5ecdbbb7884a5e973f (diff) |
VK: async http requests
git-svn-id: http://svn.miranda-ng.org/main/trunk@6373 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 e3137a17a5..adf0de846a 100644 --- a/protocols/VKontakte/src/stdafx.h +++ b/protocols/VKontakte/src/stdafx.h @@ -56,6 +56,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_userinfo.h>
#include <m_utils.h>
+#include <m_folders.h>
+
#include "win2k.h"
#include "resource.h"
|