From 7787c449ca3d1bb17cbad8898a5b4abe94f0e793 Mon Sep 17 00:00:00 2001 From: Milo Yip Date: Tue, 2 Feb 2016 20:21:07 +0800 Subject: [PATCH] Fix again --- test/unittest/fwdtest.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/unittest/fwdtest.cpp b/test/unittest/fwdtest.cpp index 5a3582b..4420dd1 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 {