Whoops: missed reference to RapidJson

Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon 2021-10-11 19:39:37 +01:00
parent 7a7b0046cd
commit 59d1e2789e

View File

@ -30,9 +30,6 @@ private:
#ifdef USE_NLOHMANN_JSON
nlohmann::json m_raw;
#endif
#ifdef USE_RAPIDJSON_JSON
rapidjson::Document m_raw;
#endif
#ifdef USE_JSONCPP_JSON
Json::Value m_raw;
#endif