diff options
author | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-24 09:19:28 +0000 |
---|---|---|
committer | Sergey Bolhovskoy <elzorfox@ya.ru> | 2014-09-24 09:19:28 +0000 |
commit | b68aad07ca94035442309cf8c68b039573f949ca (patch) | |
tree | 8aecaab73d620460dc80bf827b6f14253cd102d7 /protocols/VKontakte/src/stdafx.h | |
parent | 1eec1e5f5b57fb56fbfeb56fc57777153c14df82 (diff) |
VKontakte:
add PopUp support
add AuthRequest (add as friend support)
version bump
git-svn-id: http://svn.miranda-ng.org/main/trunk@10569 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/VKontakte/src/stdafx.h')
-rw-r--r-- | protocols/VKontakte/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/VKontakte/src/stdafx.h b/protocols/VKontakte/src/stdafx.h index b1de929d8c..5693d2e46f 100644 --- a/protocols/VKontakte/src/stdafx.h +++ b/protocols/VKontakte/src/stdafx.h @@ -62,6 +62,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_utils.h>
#include <m_proto_listeningto.h>
+#include <m_popup.h>
#include <m_folders.h>
#include "win2k.h"
|