Updated rapidjson

This commit is contained in:
SChernykh
2024-12-02 17:44:08 +01:00
parent 94da2e8dff
commit cf325e0e76
12 changed files with 43 additions and 12 deletions

5
src/rapidjson_wrapper.h Normal file
View File

@@ -0,0 +1,5 @@
#if defined(_MSC_VER) && defined(__cppcheck__)
// cppcheck chokes on rapidjson headers in Windows
#else
#include <rapidjson/document.h>
#endif