add missing header "ios"

add missing header "ios" for symbol "std:: streamsize"
This commit is contained in:
Liang ZOU 2019-04-09 10:55:57 +08:00 committed by GitHub
parent e123f650a9
commit 13687a6e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,6 +17,7 @@
#include "stream.h"
#include <iosfwd>
#include <ios>
#ifdef __clang__
RAPIDJSON_DIAG_PUSH