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
+1 -1
View File
@@ -26,9 +26,9 @@
#define XMRIG_BASETRANSFORM_H
#include "3rdparty/rapidjson/document.h"
#include "base/crypto/Coin.h"
#include "base/kernel/interfaces/IConfigTransform.h"
#include "rapidjson/document.h"
struct option;