Merge pull request #2225 from gentoo-monero/fix-2224

Add missing include
This commit is contained in:
xmrig 2021-04-01 17:27:53 +07:00 committed by GitHub
commit eb40f07552
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,6 +20,9 @@
#define XMRIG_WORKERS_H
#include <memory>
#include "backend/common/Thread.h"
#include "backend/cpu/CpuLaunchData.h"