Separate bench and mo bench

This commit is contained in:
MoneroOcean 2020-10-25 18:39:49 +00:00
parent b1edcb31bd
commit e3dc4db54f

View file

@ -33,7 +33,7 @@
#include "backend/cpu/CpuConfig.h" #include "backend/cpu/CpuConfig.h"
#include "base/kernel/config/BaseConfig.h" #include "base/kernel/config/BaseConfig.h"
#include "base/tools/Object.h" #include "base/tools/Object.h"
#ifdef XMRIG_FEATURE_BENCHMARK #ifdef XMRIG_FEATURE_MO_BENCHMARK
#include "core/MoBenchmark.h" #include "core/MoBenchmark.h"
#endif #endif