From 36fcdf3f9d0d368f8da1dab5de201af397cbe29f Mon Sep 17 00:00:00 2001 From: XMRig Date: Sun, 2 Jun 2019 21:06:30 +0700 Subject: [PATCH] Fixed ARM build. --- src/crypto/CryptoNight_arm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crypto/CryptoNight_arm.h b/src/crypto/CryptoNight_arm.h index d762929c..7be8c53f 100644 --- a/src/crypto/CryptoNight_arm.h +++ b/src/crypto/CryptoNight_arm.h @@ -29,10 +29,10 @@ #include "common/crypto/keccak.h" -#include "common/utils/mm_malloc.h" -#include "crypto/CryptoNight.h" +#include "crypto/common/portable/mm_malloc.h" #include "crypto/CryptoNight_constants.h" #include "crypto/CryptoNight_monero.h" +#include "crypto/CryptoNight.h" #include "crypto/soft_aes.h"