1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-28 13:42:43 -04:00

Compare commits

...

2 Commits

Author SHA1 Message Date
virophagesp a264cc018a Merge df10ccbc8c into 16ecb8f085 2024-12-24 12:55:09 +01:00
virophagesp df10ccbc8c do not include ghostrider header if ghostrider is disabled in cmake 2024-12-18 21:24:46 +13:00
+5 -1
View File
@@ -36,7 +36,6 @@
#include "crypto/rx/RxCache.h"
#include "crypto/rx/RxDataset.h"
#include "crypto/rx/RxVm.h"
#include "crypto/ghostrider/ghostrider.h"
#include "net/JobResults.h"
@@ -45,6 +44,11 @@
#endif
#ifdef XMRIG_ALGO_GHOSTRIDER
#include "crypto/ghostrider/ghostrider.h"
#endif
#ifdef XMRIG_FEATURE_BENCHMARK
# include "backend/common/benchmark/BenchState.h"
#endif