diff --git a/scrypt.cpp b/scrypt.cpp index e50226f..57da11a 100644 --- a/scrypt.cpp +++ b/scrypt.cpp @@ -43,7 +43,11 @@ using namespace Concurrency; #include #include +#ifdef __APPLE__ +#include +#else #include +#endif #include // A thin wrapper around the builtin __m128i type