Updated rapidjson
This commit is contained in:
5
src/rapidjson_wrapper.h
Normal file
5
src/rapidjson_wrapper.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#if defined(_MSC_VER) && defined(__cppcheck__)
|
||||
// cppcheck chokes on rapidjson headers in Windows
|
||||
#else
|
||||
#include <rapidjson/document.h>
|
||||
#endif
|
||||
Reference in New Issue
Block a user