Fix wrong rapidjson include on Appveyor

This commit is contained in:
Gioacchino Mazzurco 2019-11-28 01:33:17 +01:00
parent 516b5e7a83
commit 3bb42ca799
No known key found for this signature in database
GPG key ID: A1FBCA3872E87051
5 changed files with 7 additions and 25 deletions

View file

@ -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.