mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-27 23:57:38 -04:00
Fix wrong rapidjson include on Appveyor
This commit is contained in:
parent
516b5e7a83
commit
3bb42ca799
5 changed files with 7 additions and 25 deletions
|
@ -32,12 +32,7 @@
|
|||
#include <iomanip>
|
||||
#include <string>
|
||||
#include <typeinfo> // for typeid
|
||||
|
||||
#ifdef HAS_RAPIDJSON
|
||||
#include <rapidjson/prettywriter.h>
|
||||
#else
|
||||
#include <rapid_json/prettywriter.h>
|
||||
#endif // HAS_RAPIDJSON
|
||||
|
||||
static constexpr uint32_t MAX_SERIALIZED_CHUNK_SIZE = 10*1024*1024 ; // 10 MB.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue