1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-15 10:52:45 -05:00

Merge pull request #1889 from cohcho/fix_uv_issue

uv: fix performance issue
This commit is contained in:
xmrig
2020-10-13 22:35:29 +07:00
committed by GitHub
5 changed files with 110 additions and 0 deletions

View File

@@ -28,6 +28,7 @@
#define XMRIG_RX_QUEUE_H
#include "base/io/Async.h"
#include "base/tools/Object.h"
#include "crypto/common/HugePagesInfo.h"
#include "crypto/rx/RxConfig.h"