Add 3rdparty prefix to all rapidjson includes.

This commit is contained in:
XMRig
2020-04-29 14:55:04 +07:00
parent a1bd9ccd93
commit 2771cf3582
76 changed files with 140 additions and 217 deletions

View File

@@ -24,9 +24,9 @@
#include "backend/cuda/CudaThread.h"
#include "3rdparty/rapidjson/document.h"
#include "backend/cuda/wrappers/CudaLib.h"
#include "base/io/json/Json.h"
#include "rapidjson/document.h"
#include <algorithm>