Rapidjson error - Expected unqualifier-id

Hi,

I am getting this error on rapidjson - Expected unqualifier-id

on document.h on first line

// Tencent is pleased to support the open source community by making RapidJSON available.

I am including all document.h file as well…here is my include list -

#include "network/HttpClient.h"
#pragma GCC diagnostic pop


#include "spine/json.h"
#include "json/document.h"
#include "json/rapidjson.h"

#include <iostream>
#include <string>
#include <sstream>


using namespace cocos2d::network;

Please help…Thank you…