Include <string> if RAPIDJSON_HAS_STDSTRING set.
This commit is contained in:
parent
8b1bd5b485
commit
1a76879c12
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user