mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-26 15:20:53 -04:00
fix jsonapi.h
This commit is contained in:
parent
f6ca7b2a07
commit
7af5075891
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <restbed>
|
#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 "retroshare/rsgxschannels.h"
|
||||||
#include "serialiser/rstypeserializer.h"
|
#include "serialiser/rstypeserializer.h"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue