From d2a83c7d22df33abd1678756fd4caba432700860 Mon Sep 17 00:00:00 2001 From: Alexander Lantsev Date: Sun, 22 Mar 2015 21:07:19 +0000 Subject: SkypeWeb: - refactored HttpRequest 2 - status changing support (patch from MikalaiR) git-svn-id: http://svn.miranda-ng.org/main/trunk@12478 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/SkypeWeb/src/common.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'protocols/SkypeWeb/src/common.h') diff --git a/protocols/SkypeWeb/src/common.h b/protocols/SkypeWeb/src/common.h index afd15659c4..6a604be5b0 100644 --- a/protocols/SkypeWeb/src/common.h +++ b/protocols/SkypeWeb/src/common.h @@ -47,6 +47,9 @@ struct CSkypeProto; #include "requests\logout.h" #include "requests\profile.h" #include "requests\contacts.h" +#include "requests\status.h" +#include "requests\reg_info.h" +#include "requests\endpoint.h" #include "request_queue.h" #include "skype_proto.h" -- cgit v1.2.3