diff options
author | George Hazan <george.hazan@gmail.com> | 2013-10-05 18:21:33 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-10-05 18:21:33 +0000 |
commit | 7eb9adcbf1e804638ec92ced431e8212b60af751 (patch) | |
tree | c7252158851979b4853a0c1e112c8b7af6a75e5a /protocols/VKontakte/src/stdafx.h | |
parent | 4c358d22027165b6e4680a93f075706781328269 (diff) |
more meat on the bones
git-svn-id: http://svn.miranda-ng.org/main/trunk@6352 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 2672a9d5a5..e3137a17a5 100644 --- a/protocols/VKontakte/src/stdafx.h +++ b/protocols/VKontakte/src/stdafx.h @@ -33,6 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_system_cpp.h>
#include <m_avatars.h>
+#include <m_clistint.h>
#include <m_database.h>
#include <m_extraicons.h>
#include <m_file.h>
@@ -57,4 +58,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "win2k.h"
+#include "resource.h"
#include "vk.h"
+#include "vk_proto.h"
|