mirror of
https://github.com/xmrig/xmrig.git
synced 2024-12-22 19:49:36 +00:00
Merge pull request #2225 from gentoo-monero/fix-2224
Add missing include
This commit is contained in:
commit
eb40f07552
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