diff options
Diffstat (limited to '3rdparty/rapidjson/test/perftest/perftest.h')
-rw-r--r-- | 3rdparty/rapidjson/test/perftest/perftest.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/3rdparty/rapidjson/test/perftest/perftest.h b/3rdparty/rapidjson/test/perftest/perftest.h index 029940934c7..b098e414720 100644 --- a/3rdparty/rapidjson/test/perftest/perftest.h +++ b/3rdparty/rapidjson/test/perftest/perftest.h @@ -30,6 +30,8 @@ # define RAPIDJSON_SSE2 #endif +#define RAPIDJSON_HAS_STDSTRING 1 + //////////////////////////////////////////////////////////////////////////////// // Google Test |