document.h: include <string>, iff RAPIDJSON_HAS_STDSTRING==1
Reported-by: Janusz Chorko (@yachoor) See: https://github.com/miloyip/rapidjson/commit/c1c9ba7c#commitcomment-10434694
This commit is contained in:
parent
a36110e118
commit
2f010e6e4b
@ -55,6 +55,9 @@ RAPIDJSON_DIAG_OFF(effc++)
|
||||
|
||||
\hideinitializer
|
||||
*/
|
||||
#endif // !defined(RAPIDJSON_HAS_STDSTRING)
|
||||
|
||||
#if RAPIDJSON_HAS_STDSTRING
|
||||
#include <string>
|
||||
#endif // RAPIDJSON_HAS_STDSTRING
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user