1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-07-03 23:22:44 -04: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
+1 -1
View File
@@ -30,9 +30,9 @@
#include <set>
#include "3rdparty/rapidjson/fwd.h"
#include "base/crypto/Algorithm.h"
#include "base/tools/String.h"
#include "rapidjson/fwd.h"
namespace xmrig {