diff --git a/src/secure_random.cpp b/src/secure_random.cpp index 5b2f9a6..d23648b 100644 --- a/src/secure_random.cpp +++ b/src/secure_random.cpp @@ -11,7 +11,7 @@ #define WINAPI #include #include -#elif defined __linux__ && defined __GLIBC__ || __ANDROID__ +#elif defined __linux__ && defined __GLIBC__ || __ANDROID__ || __IOS__ #define STRINGIFY(x) #x #define STR(x) STRINGIFY(x) #if __GLIBC__ > 2 || __GLIBC_MINOR__ > 24