From 378292e84e1435c614b9d50f47e2c1cbdbb887f1 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Tue, 18 Jun 2019 11:24:48 -0700 Subject: [PATCH] Adjusted Config.h location --- src/base/net/stratum/Client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/net/stratum/Client.cpp b/src/base/net/stratum/Client.cpp index f2d9a69f..92e87ff0 100644 --- a/src/base/net/stratum/Client.cpp +++ b/src/base/net/stratum/Client.cpp @@ -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"