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:
Matthew Smith 2021-04-01 11:01:55 +01:00
parent bad5458d40
commit 28f268aeba

View file

@ -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"