1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -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

@@ -24,9 +24,9 @@
#include "crypto/rx/RxConfig.h"
#include "3rdparty/rapidjson/document.h"
#include "backend/cpu/Cpu.h"
#include "base/io/json/Json.h"
#include "rapidjson/document.h"
#ifdef XMRIG_FEATURE_HWLOC