diff --git a/src/backend/opencl/cl/OclSource.cpp b/src/backend/opencl/cl/OclSource.cpp index 3f76b72d..e307f474 100644 --- a/src/backend/opencl/cl/OclSource.cpp +++ b/src/backend/opencl/cl/OclSource.cpp @@ -63,6 +63,7 @@ const char *xmrig::OclSource::get(const Algorithm &algorithm) # ifdef XMRIG_ALGO_KAWPOW if (algorithm.family() == Algorithm::KAWPOW) { return kawpow_dag_cl; + } # endif # ifdef XMRIG_ALGO_CN_GPU