mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
added missing ifdef around jsonapi include
This commit is contained in:
parent
5b5ad6e6f6
commit
3a63ffaf5d
@ -20,7 +20,10 @@
|
||||
#include "util/argstream.h"
|
||||
#include "util/rskbdinput.h"
|
||||
#include "retroshare/rsinit.h"
|
||||
|
||||
#ifdef RS_JSONAPI
|
||||
#include "jsonapi/jsonapi.h"
|
||||
#endif
|
||||
|
||||
CrashStackTrace gCrashStackTrace;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user