fix compile errors

This commit is contained in:
Steve Hanson
2021-02-25 22:51:35 +00:00
parent 892f6e3fd3
commit ad73c032e7
3 changed files with 4 additions and 2 deletions

View File

@@ -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"