mirror of
https://github.com/Tencent/rapidjson.git
synced 2025-03-08 18:41:19 +01:00
Fix again
This commit is contained in:
parent
f422094b9f
commit
7787c449ca
@ -14,15 +14,15 @@
|
||||
|
||||
#include "unittest.h"
|
||||
|
||||
// Using forward declared types here.
|
||||
|
||||
#include "rapidjson/fwd.h"
|
||||
|
||||
#ifdef __GNUC__
|
||||
RAPIDJSON_DIAG_PUSH
|
||||
RAPIDJSON_DIAG_OFF(effc++)
|
||||
#endif
|
||||
|
||||
// Using forward declared types here.
|
||||
|
||||
#include "rapidjson/fwd.h"
|
||||
|
||||
using namespace rapidjson;
|
||||
|
||||
struct Foo {
|
||||
|
Loading…
x
Reference in New Issue
Block a user