From 09b15aca7af1047d0cd67e4641d2f487c2b04d95 Mon Sep 17 00:00:00 2001 From: MoneroOcean Date: Mon, 27 May 2024 11:20:45 -0700 Subject: [PATCH] MacOS fix --- src/crypto/flex/cryptonote/cryptonight_dark.c | 1 + src/crypto/flex/cryptonote/cryptonight_dark_lite.c | 1 + src/crypto/flex/cryptonote/cryptonight_fast.c | 1 + src/crypto/flex/cryptonote/cryptonight_lite.c | 1 + src/crypto/flex/cryptonote/cryptonight_turtle.c | 1 + src/crypto/flex/cryptonote/cryptonight_turtle_lite.c | 1 + 6 files changed, 6 insertions(+) diff --git a/src/crypto/flex/cryptonote/cryptonight_dark.c b/src/crypto/flex/cryptonote/cryptonight_dark.c index 32b01968..d96da1fc 100644 --- a/src/crypto/flex/cryptonote/cryptonight_dark.c +++ b/src/crypto/flex/cryptonote/cryptonight_dark.c @@ -6,6 +6,7 @@ #include #include +#include #include "crypto/oaes_lib.h" #include "crypto/c_keccak.h" #include "crypto/c_groestl.h" diff --git a/src/crypto/flex/cryptonote/cryptonight_dark_lite.c b/src/crypto/flex/cryptonote/cryptonight_dark_lite.c index d2f482de..9ff329d5 100644 --- a/src/crypto/flex/cryptonote/cryptonight_dark_lite.c +++ b/src/crypto/flex/cryptonote/cryptonight_dark_lite.c @@ -6,6 +6,7 @@ #include #include +#include #include "crypto/oaes_lib.h" #include "crypto/c_keccak.h" #include "crypto/c_groestl.h" diff --git a/src/crypto/flex/cryptonote/cryptonight_fast.c b/src/crypto/flex/cryptonote/cryptonight_fast.c index 46f26aff..41df800b 100644 --- a/src/crypto/flex/cryptonote/cryptonight_fast.c +++ b/src/crypto/flex/cryptonote/cryptonight_fast.c @@ -6,6 +6,7 @@ #include #include +#include #include "crypto/oaes_lib.h" #include "crypto/c_keccak.h" #include "crypto/c_groestl.h" diff --git a/src/crypto/flex/cryptonote/cryptonight_lite.c b/src/crypto/flex/cryptonote/cryptonight_lite.c index d9be39cd..6b060690 100644 --- a/src/crypto/flex/cryptonote/cryptonight_lite.c +++ b/src/crypto/flex/cryptonote/cryptonight_lite.c @@ -6,6 +6,7 @@ #include #include +#include #include "crypto/oaes_lib.h" #include "crypto/c_keccak.h" #include "crypto/c_groestl.h" diff --git a/src/crypto/flex/cryptonote/cryptonight_turtle.c b/src/crypto/flex/cryptonote/cryptonight_turtle.c index 57163073..aa4cd850 100644 --- a/src/crypto/flex/cryptonote/cryptonight_turtle.c +++ b/src/crypto/flex/cryptonote/cryptonight_turtle.c @@ -6,6 +6,7 @@ #include #include +#include #include "crypto/oaes_lib.h" #include "crypto/c_keccak.h" #include "crypto/c_groestl.h" diff --git a/src/crypto/flex/cryptonote/cryptonight_turtle_lite.c b/src/crypto/flex/cryptonote/cryptonight_turtle_lite.c index dc73458c..af9983cd 100644 --- a/src/crypto/flex/cryptonote/cryptonight_turtle_lite.c +++ b/src/crypto/flex/cryptonote/cryptonight_turtle_lite.c @@ -6,6 +6,7 @@ #include #include +#include #include "crypto/oaes_lib.h" #include "crypto/c_keccak.h" #include "crypto/c_groestl.h"