From 13687a6e3ecd143855fe6c9f2a010fcd5675ca68 Mon Sep 17 00:00:00 2001 From: Liang ZOU Date: Tue, 9 Apr 2019 10:55:57 +0800 Subject: [PATCH] add missing header "ios" add missing header "ios" for symbol "std:: streamsize" --- include/rapidjson/istreamwrapper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/rapidjson/istreamwrapper.h b/include/rapidjson/istreamwrapper.h index f304fb0..c4950b9 100644 --- a/include/rapidjson/istreamwrapper.h +++ b/include/rapidjson/istreamwrapper.h @@ -17,6 +17,7 @@ #include "stream.h" #include +#include #ifdef __clang__ RAPIDJSON_DIAG_PUSH