ext/rj_schema/rapidjson/example/schemavalidator/schemavalidator.cpp in rj_schema-1.0.0 vs ext/rj_schema/rapidjson/example/schemavalidator/schemavalidator.cpp in rj_schema-1.0.1
- old
+ new
@@ -1,8 +1,10 @@
// Schema Validator example
// The example validates JSON text from stdin with a JSON schema specified in the argument.
+#define RAPIDJSON_HAS_STDSTRING 1
+
#include "rapidjson/error/en.h"
#include "rapidjson/filereadstream.h"
#include "rapidjson/schema.h"
#include "rapidjson/stringbuffer.h"
#include "rapidjson/prettywriter.h"