1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-13 10:02:50 -05:00

Add 3rdparty prefix to all rapidjson includes.

This commit is contained in:
XMRig
2020-04-29 14:55:04 +07:00
parent 46e49cde0b
commit 8aeba61706
76 changed files with 140 additions and 217 deletions

View File

@@ -26,11 +26,11 @@
#define XMRIG_BASE_H
#include "3rdparty/rapidjson/fwd.h"
#include "base/api/interfaces/IApiListener.h"
#include "base/kernel/interfaces/IConfigListener.h"
#include "base/kernel/interfaces/IWatcherListener.h"
#include "base/tools/Object.h"
#include "rapidjson/fwd.h"
namespace xmrig {