1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-24 05:23:16 -05:00

new gcc fix

This commit is contained in:
MoneroOcean
2024-05-02 04:28:08 +03:00
parent 9d537fc2ad
commit 7445870414

View File

@@ -34,6 +34,7 @@
#include "base/io/log/Log.h"
#include "base/net/stratum/Job.h"
#include "crypto/cn/CnAlgo.h"
#include <stdexcept>
xmrig::OclRyoRunner::OclRyoRunner(size_t index, const OclLaunchData &data) : OclBaseRunner(index, data)