From 75cebc4a4910949c546fe978226a39fb30baa47a Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 9 Mar 2020 11:31:55 -0700 Subject: [PATCH] Fixed Algorithm header location --- src/core/Benchmark.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Benchmark.h b/src/core/Benchmark.h index a2711107..d4e2171e 100644 --- a/src/core/Benchmark.h +++ b/src/core/Benchmark.h @@ -19,7 +19,7 @@ #include #include "net/interfaces/IJobResultListener.h" -#include "crypto/common/Algorithm.h" +#include "base/crypto/Algorithm.h" #include "rapidjson/fwd.h" namespace xmrig {