From ad73c032e714af439d0aadb7946bf63706824736 Mon Sep 17 00:00:00 2001 From: Steve Hanson Date: Thu, 25 Feb 2021 22:51:35 +0000 Subject: fix compile errors --- example/schemavalidator/schemavalidator.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'example') 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" -- cgit v1.2.3