diff options
author | Robert Pösel <robyer@seznam.cz> | 2016-09-04 14:04:44 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2016-09-04 14:04:44 +0000 |
commit | 2f492f0c3af53dada6b909d1c31dc665c33dfde5 (patch) | |
tree | e946096504dbe5fb2bcf21cb4e95c9b8e1a647c0 /protocols/FacebookRM/src/stdafx.h | |
parent | af9bd0922b5e39b495de0cf1a89d5a9c4efb4dd8 (diff) |
Facebook: Prepare big requests refactoring
Add HttpRequest class from SkypeWeb and update project settings.
git-svn-id: http://svn.miranda-ng.org/main/trunk@17245 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/stdafx.h')
-rw-r--r-- | protocols/FacebookRM/src/stdafx.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/protocols/FacebookRM/src/stdafx.h b/protocols/FacebookRM/src/stdafx.h index 11e70db53f..c492e974dc 100644 --- a/protocols/FacebookRM/src/stdafx.h +++ b/protocols/FacebookRM/src/stdafx.h @@ -70,6 +70,7 @@ class FacebookProto; #include "constants.h"
#include "entities.h"
#include "http.h"
+#include "http_request.h"
#include "list.hpp"
#include "client.h"
#include "proto.h"
|