Commit b4844079 authored by Milo Yip's avatar Milo Yip

Merge pull request #272 from pah/fix/std-string-inclusion

document.h: include <string>, iff RAPIDJSON_HAS_STDSTRING==1
parents a36110e1 2f010e6e
......@@ -55,6 +55,9 @@ RAPIDJSON_DIAG_OFF(effc++)
\hideinitializer
*/
#endif // !defined(RAPIDJSON_HAS_STDSTRING)
#if RAPIDJSON_HAS_STDSTRING
#include <string>
#endif // RAPIDJSON_HAS_STDSTRING
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment