diff options
author | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-05 10:17:07 +0000 |
---|---|---|
committer | MikalaiR <nikolay.romanovich@narod.ru> | 2015-09-05 10:17:07 +0000 |
commit | 3e66e9b159ce9ef494bd2caedf36481a952acd4a (patch) | |
tree | 5d5992e43017839c4da57d38a41b2e806799546e /protocols/FacebookRM/src/stdafx.h | |
parent | b754e2e21ea8c3d122ba35d8a0eeba18e94e9e7f (diff) |
Facebook: new MessageState api
git-svn-id: http://svn.miranda-ng.org/main/trunk@15251 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 c76ce9bba2..2e16e05152 100644 --- a/protocols/FacebookRM/src/stdafx.h +++ b/protocols/FacebookRM/src/stdafx.h @@ -60,6 +60,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include <m_json.h>
#include <m_imgsrvc.h>
#include <m_http.h>
+#include <m_messagestate.h>
class FacebookProto;
|