mirror of
https://github.com/xmrig/xmrig.git
synced 2025-12-09 08:42:40 -05:00
Add missing include
memory header ends up not being included when built without OpenCL support. Closes: https://github.com/xmrig/xmrig/issues/2224
This commit is contained in:
@@ -20,6 +20,9 @@
|
|||||||
#define XMRIG_WORKERS_H
|
#define XMRIG_WORKERS_H
|
||||||
|
|
||||||
|
|
||||||
|
#include <memory>
|
||||||
|
|
||||||
|
|
||||||
#include "backend/common/Thread.h"
|
#include "backend/common/Thread.h"
|
||||||
#include "backend/cpu/CpuLaunchData.h"
|
#include "backend/cpu/CpuLaunchData.h"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user