From e3dc4db54f74956f9f5610e5c0b6c37b51e753d2 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Sun, 25 Oct 2020 18:39:49 +0000 Subject: [PATCH] Separate bench and mo bench --- src/core/config/Config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/config/Config.h b/src/core/config/Config.h index fc94de88..d1735136 100644 --- a/src/core/config/Config.h +++ b/src/core/config/Config.h @@ -33,7 +33,7 @@ #include "backend/cpu/CpuConfig.h" #include "base/kernel/config/BaseConfig.h" #include "base/tools/Object.h" -#ifdef XMRIG_FEATURE_BENCHMARK +#ifdef XMRIG_FEATURE_MO_BENCHMARK #include "core/MoBenchmark.h" #endif