1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-26 06:00:00 -05:00

Fixed Algorithm header location

This commit is contained in:
MoneroOcean
2020-03-09 11:31:55 -07:00
parent 1251f0b89a
commit 75cebc4a49

View File

@@ -19,7 +19,7 @@
#include <set>
#include "net/interfaces/IJobResultListener.h"
#include "crypto/common/Algorithm.h"
#include "base/crypto/Algorithm.h"
#include "rapidjson/fwd.h"
namespace xmrig {