fix jsonapi.h

This commit is contained in:
sehraf 2018-07-24 20:59:04 +02:00
parent f6ca7b2a07
commit 7af5075891
No known key found for this signature in database
GPG Key ID: DF09F6EAE356B2C6

View File

@ -19,7 +19,12 @@
#include <string>
#include <memory>
#include <restbed>
#include <rapid_json/document.h>
#ifdef HAS_RAPIDJSON
#include <rapidjson/document.h>
#else
#include <rapid_json/document.h>
#endif // HAS_RAPIDJSON
#include "retroshare/rsgxschannels.h"
#include "serialiser/rstypeserializer.h"