Files
p2pool-salvium/src/rapidjson_wrapper.h
2024-12-02 17:44:08 +01:00

6 lines
143 B
C

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