summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM/src/common.h
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-07-24 20:33:27 +0000
committerRobert Pösel <robyer@seznam.cz>2013-07-24 20:33:27 +0000
commit2180751fd625650af6dd8ec9c8f9f7055982d029 (patch)
treeee623f251627bac24090d6ed1f7e5e129a30afa0 /protocols/FacebookRM/src/common.h
parent681d11d8d7d2893c8565a949e3a315cb4641099c (diff)
Facebook: Switched completely to core JSON parser
This fixes problem with not-loading online friends for some users and maybe brings couple of new problems to everyone :-) git-svn-id: http://svn.miranda-ng.org/main/trunk@5475 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM/src/common.h')
-rw-r--r--protocols/FacebookRM/src/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/FacebookRM/src/common.h b/protocols/FacebookRM/src/common.h
index e3074eb5c5..7bf92430af 100644
--- a/protocols/FacebookRM/src/common.h
+++ b/protocols/FacebookRM/src/common.h
@@ -56,10 +56,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <m_skin.h>
#include <m_icolib.h>
#include <m_hotkeys.h>
-
#include <m_folders.h>
#include <m_smileyadd.h>
#include <m_toptoolbar.h>
+#include <m_json.h>
class FacebookProto;