1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 06:00:00 -05:00

Merge xmrig v6.11.0 into master

This commit is contained in:
MoneroOcean
2021-04-06 15:17:08 +00:00
41 changed files with 760 additions and 275 deletions

View File

@@ -20,6 +20,9 @@
#define XMRIG_WORKERS_H
#include <memory>
#include "backend/common/Thread.h"
#include "backend/cpu/CpuLaunchData.h"

View File

@@ -24,6 +24,7 @@
#include "backend/opencl/wrappers/OclDevice.h"
#include <limits.h>
#include <dirent.h>
#include <fstream>
#include <map>