diff --git a/src/crypto/cn/gpu/cn_gpu_arm.cpp b/src/crypto/cn/gpu/cn_gpu_arm.cpp index b463dd2ec..a1df0cc75 100644 --- a/src/crypto/cn/gpu/cn_gpu_arm.cpp +++ b/src/crypto/cn/gpu/cn_gpu_arm.cpp @@ -26,7 +26,7 @@ #include -#include "crypto/CryptoNight_constants.h" +#include "crypto/cn/CryptoNight_constants.h" inline void vandq_f32(float32x4_t &v, uint32_t v2) diff --git a/src/crypto/cn/soft_aes.h b/src/crypto/cn/soft_aes.h index 4ad9bdd93..fca31d1c1 100644 --- a/src/crypto/cn/soft_aes.h +++ b/src/crypto/cn/soft_aes.h @@ -28,7 +28,7 @@ #if defined(XMRIG_ARM) -# include "crypto/SSE2NEON.h" +# include "crypto/cn/SSE2NEON.h" #elif defined(__GNUC__) # include #else