mirror of
https://github.com/MoleskiCoder/EightBit.git
synced 2025-01-01 11:29:17 +00:00
Whoops: missed reference to RapidJson
Signed-off-by: Adrian Conlon <adrian.conlon@gmail.com>
This commit is contained in:
parent
7a7b0046cd
commit
59d1e2789e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user