mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-07-27 00:15:51 -04:00
Fix wrong rapidjson include on Appveyor
This commit is contained in:
parent
516b5e7a83
commit
3bb42ca799
5 changed files with 7 additions and 25 deletions
|
@ -21,12 +21,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <iostream>
|
||||
|
||||
#ifdef HAS_RAPIDJSON
|
||||
# include <rapidjson/document.h>
|
||||
#else
|
||||
# include <rapid_json/document.h>
|
||||
#endif // HAS_RAPIDJSON
|
||||
#include <rapidjson/document.h>
|
||||
|
||||
/**
|
||||
* Use this type for JSON documents representations in RetroShare code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue