1
0
mirror of https://github.com/xmrig/xmrig.git synced 2025-12-08 08:23:34 -05:00

Fixed ARM build.

This commit is contained in:
XMRig
2019-06-02 21:06:30 +07:00
parent ba94c08bf5
commit 36fcdf3f9d

View File

@@ -29,10 +29,10 @@
#include "common/crypto/keccak.h" #include "common/crypto/keccak.h"
#include "common/utils/mm_malloc.h" #include "crypto/common/portable/mm_malloc.h"
#include "crypto/CryptoNight.h"
#include "crypto/CryptoNight_constants.h" #include "crypto/CryptoNight_constants.h"
#include "crypto/CryptoNight_monero.h" #include "crypto/CryptoNight_monero.h"
#include "crypto/CryptoNight.h"
#include "crypto/soft_aes.h" #include "crypto/soft_aes.h"