diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-11-13 18:26:40 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-11-13 18:26:40 +0000 |
commit | 85c9a8f36922b56fcf9b42842dfe37902b028ce0 (patch) | |
tree | 9d09243e829f278764f8a73600eaa47b4f3016bc /protocols/SkypeWeb/src/stdafx.h | |
parent | 7b5190da46bf7ed59c78cc1d521a32cf82db870e (diff) |
SkypeWeb: images uploading support (part 1)
git-svn-id: http://svn.miranda-ng.org/main/trunk@15718 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/stdafx.h')
-rw-r--r-- | protocols/SkypeWeb/src/stdafx.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/SkypeWeb/src/stdafx.h b/protocols/SkypeWeb/src/stdafx.h index 78f57f9d37..8c9b9563f2 100644 --- a/protocols/SkypeWeb/src/stdafx.h +++ b/protocols/SkypeWeb/src/stdafx.h @@ -24,6 +24,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <vector>
#include <regex>
#include <map>
+#include <memory>
#include <newpluginapi.h>
@@ -124,6 +125,7 @@ struct MessageId #include "requests\chatrooms.h"
#include "requests\trouter.h"
#include "requests\mslogin.h"
+#include "requests\asm\images.h"
#include "request_queue.h"
#include "skype_proto.h"
|