Fix again
This commit is contained in:
parent
f422094b9f
commit
7787c449ca
@ -14,15 +14,15 @@
|
|||||||
|
|
||||||
#include "unittest.h"
|
#include "unittest.h"
|
||||||
|
|
||||||
|
// Using forward declared types here.
|
||||||
|
|
||||||
|
#include "rapidjson/fwd.h"
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#ifdef __GNUC__
|
||||||
RAPIDJSON_DIAG_PUSH
|
RAPIDJSON_DIAG_PUSH
|
||||||
RAPIDJSON_DIAG_OFF(effc++)
|
RAPIDJSON_DIAG_OFF(effc++)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Using forward declared types here.
|
|
||||||
|
|
||||||
#include "rapidjson/fwd.h"
|
|
||||||
|
|
||||||
using namespace rapidjson;
|
using namespace rapidjson;
|
||||||
|
|
||||||
struct Foo {
|
struct Foo {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user