diff options
author | aunsane <aunsane@gmail.com> | 2017-03-16 00:08:16 +0300 |
---|---|---|
committer | aunsane <aunsane@gmail.com> | 2017-03-16 00:09:55 +0300 |
commit | c84b27ebb4eaa5327c601f0b504249bf061ef3b5 (patch) | |
tree | 40bd78d7f39eb29edafe0911b0f3ed58510ae009 /protocols/Slack/src/stdafx.h | |
parent | 131573060e8ddc945c671ed312b9480ce59d2e9f (diff) |
Slack: added im message send
Diffstat (limited to 'protocols/Slack/src/stdafx.h')
-rw-r--r-- | protocols/Slack/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
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; |