6 lines
143 B
C
6 lines
143 B
C
#if defined(_MSC_VER) && defined(__cppcheck__)
|
|
// cppcheck chokes on rapidjson headers in Windows
|
|
#else
|
|
#include <rapidjson/document.h>
|
|
#endif
|