diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-06 21:18:23 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-06 21:18:23 +0000 |
commit | 6554d7ede333f078f286f866b3162866fdcc91e0 (patch) | |
tree | 3148b8275fb1b26d9b30929c96419e147b1a1c69 /protocols/VKontakte/src/stdafx.h | |
parent | ef3a12230d1adc2084d0bc68ac57c00d84fa6275 (diff) |
VK: own info parser
git-svn-id: http://svn.miranda-ng.org/main/trunk@6381 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/stdafx.h')
-rw-r--r-- | protocols/VKontakte/src/stdafx.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/stdafx.h b/protocols/VKontakte/src/stdafx.h index adf0de846a..1cd26ecd8d 100644 --- a/protocols/VKontakte/src/stdafx.h +++ b/protocols/VKontakte/src/stdafx.h @@ -28,6 +28,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <tchar.h>
#include <time.h>
+#include <string>
+
#include <newpluginapi.h>
#include <m_system.h>
#include <m_system_cpp.h>
@@ -42,6 +44,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_hotkeys.h>
#include <m_icolib.h>
#include <m_idle.h>
+#include <m_json.h>
#include <m_langpack.h>
#include <m_message.h>
#include <m_netlib.h>
|