mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-29 01:08:50 -04:00
added missing ifdef around jsonapi include
This commit is contained in:
parent
5b5ad6e6f6
commit
3a63ffaf5d
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue