diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-05 10:07:30 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-05 10:07:30 +0000 |
commit | b754e2e21ea8c3d122ba35d8a0eeba18e94e9e7f (patch) | |
tree | 53aed01857f1e5869bc93d3dd19b42d0a11dbeaf /protocols/VKontakte/src/stdafx.h | |
parent | e7cee36fa4222ecd447e98a51c20d96ce018bfdc (diff) |
Vkontakte: new MessageState api
git-svn-id: http://svn.miranda-ng.org/main/trunk@15250 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 0db91b86dc..8aaa81e389 100644 --- a/protocols/VKontakte/src/stdafx.h +++ b/protocols/VKontakte/src/stdafx.h @@ -58,6 +58,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_utils.h>
#include <m_proto_listeningto.h>
+#include <m_messagestate.h>
#include <m_popup.h>
#include <m_folders.h>
|