Include <string> if RAPIDJSON_HAS_STDSTRING set.

This commit is contained in:
Drew Noakes 2015-02-02 09:34:48 +00:00
parent 8b1bd5b485
commit 1a76879c12

View File

@ -29,6 +29,10 @@
#include "stringbuffer.h"
#include <new> // placement new
#if RAPIDJSON_HAS_STDSTRING
#include <string>
#endif
#ifdef _MSC_VER
RAPIDJSON_DIAG_PUSH
RAPIDJSON_DIAG_OFF(4127) // conditional expression is constant