From c84b27ebb4eaa5327c601f0b504249bf061ef3b5 Mon Sep 17 00:00:00 2001 From: aunsane Date: Thu, 16 Mar 2017 00:08:16 +0300 Subject: Slack: added im message send --- protocols/Slack/src/stdafx.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'protocols/Slack/src/stdafx.h') diff --git a/protocols/Slack/src/stdafx.h b/protocols/Slack/src/stdafx.h index ce5ebf1a80..8a24cb29f7 100644 --- a/protocols/Slack/src/stdafx.h +++ b/protocols/Slack/src/stdafx.h @@ -52,6 +52,8 @@ struct CSlackProto; #include "slack_proto.h" #include "api\api_users.h" +#include "api\api_chat.h" +#include "api\api_im.h" extern HINSTANCE g_hInstance; -- cgit v1.2.3