1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 00:15:04 -05:00

Adjusted Config.h location

This commit is contained in:
MoneroOcean
2019-06-18 11:24:48 -07:00
parent 25f35b7e77
commit 378292e84e

View File

@@ -46,7 +46,7 @@
#include "base/tools/Buffer.h"
#include "base/tools/Chrono.h"
#include "net/JobResult.h"
#include "core/Config.h" // for pconfig to access pconfig->get_algo_perf
#include "core/config/Config.h" // for pconfig to access pconfig->get_algo_perf
#include "workers/Workers.h" // to do Workers::switch_algo
#include "rapidjson/document.h"
#include "rapidjson/error/en.h"