Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/miloyip/rapidjson.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Hanson <smh@uk.ibm.com>2021-02-26 01:51:35 +0300
committerSteve Hanson <smh@uk.ibm.com>2021-02-26 01:51:35 +0300
commitad73c032e714af439d0aadb7946bf63706824736 (patch)
treeee5278f694b1e36da083046a5fbc528da19a2174 /example
parent892f6e3fd361d8f9da8753b5e1038e7f4cb02f73 (diff)
fix compile errors
Diffstat (limited to 'example')
-rw-r--r--example/schemavalidator/schemavalidator.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/example/schemavalidator/schemavalidator.cpp b/example/schemavalidator/schemavalidator.cpp
index bffd64ae..8c7e26c7 100644
--- a/example/schemavalidator/schemavalidator.cpp
+++ b/example/schemavalidator/schemavalidator.cpp
@@ -2,6 +2,8 @@
// 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"