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
commit 9fcc542676
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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"