1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-06 23:52:38 -05:00
This commit is contained in:
virophagesp
2025-03-26 09:22:03 +01:00
committed by GitHub

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