Go to the documentation of this file. 24 #ifndef _DB_RAPIDJSON_HPP_ 25 #define _DB_RAPIDJSON_HPP_ 28 #if defined (__GNUC__) 29 #pragma GCC system_header 32 #include "rapidjson/allocators.h" 33 #include "rapidjson/document.h" 34 #include "rapidjson/encodings.h" 35 #include "rapidjson/error/en.h" 36 #include "rapidjson/pointer.h" 37 #include "rapidjson/rapidjson.h" 38 #include "rapidjson/schema.h" 39 #include "rapidjson/stringbuffer.h" 40 #include "rapidjson/writer.h"