diff --git a/test/unittest/fwdtest.cpp b/test/unittest/fwdtest.cpp index 5a3582b3..4420dd18 100644 --- a/test/unittest/fwdtest.cpp +++ b/test/unittest/fwdtest.cpp @@ -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 {