Merge pull request #272 from pah/fix/std-string-inclusion
document.h: include <string>, iff RAPIDJSON_HAS_STDSTRING==1
This commit is contained in:
commit
b484407999
@ -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