diff --git a/include/rapidjson/stringbuffer.h b/include/rapidjson/stringbuffer.h index 151c3b6..db00af3 100644 --- a/include/rapidjson/stringbuffer.h +++ b/include/rapidjson/stringbuffer.h @@ -21,11 +21,12 @@ #ifndef RAPIDJSON_STRINGBUFFER_H_ #define RAPIDJSON_STRINGBUFFER_H_ +#include "rapidjson.h" + #if RAPIDJSON_HAS_CXX11_RVALUE_REFS #include // std::move #endif -#include "rapidjson.h" #include "internal/stack.h" RAPIDJSON_NAMESPACE_BEGIN