1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Merge remote-tracking branch 'upstream/feature-randomx' into random_wow

This commit is contained in:
SChernykh
2019-06-18 19:53:26 +02:00
5 changed files with 32 additions and 30 deletions

View File

@@ -27,11 +27,13 @@
#define XMRIG_MULTIWORKER_H
#include <randomx.h>
#include "base/net/stratum/Job.h"
#include "Mem.h"
#include "net/JobResult.h"
#include "workers/Worker.h"
#include "randomwow.h"
class Handle;

View File

@@ -30,11 +30,11 @@
#include <list>
#include <uv.h>
#include <vector>
#include <randomx.h>
#include "base/net/stratum/Job.h"
#include "net/JobResult.h"
#include "rapidjson/fwd.h"
#include "randomwow.h"
class Hashrate;