Use canonical name for RandomX, because official RandomWOW repo not rename lib or headers, still need some solution to separate it in future.

This commit is contained in:
XMRig 2019-06-18 05:13:51 +07:00
parent 2b26874f11
commit 34e39e9946
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;