added missing ifdef around jsonapi include

This commit is contained in:
csoler 2019-09-08 10:29:24 +02:00
parent 5b5ad6e6f6
commit 3a63ffaf5d
No known key found for this signature in database
GPG Key ID: 7BCA522266C0804C

View File

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