mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-23 03:59:41 +00: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:
parent
bad5458d40
commit
28f268aeba
1 changed files with 3 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
#define XMRIG_WORKERS_H
|
||||
|
||||
|
||||
#include <memory>
|
||||
|
||||
|
||||
#include "backend/common/Thread.h"
|
||||
#include "backend/cpu/CpuLaunchData.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue