diff --git a/cpu.cpp b/cpu.cpp index 3247e5e7..51938b74 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -22,6 +22,12 @@ #include #endif +#if CRYPTOPP_BOOL_NEON_INTRINSICS_AVAILABLE +#include +#include +#include +#endif + NAMESPACE_BEGIN(CryptoPP) // MacPorts/GCC does not provide constructor(priority). Apple/GCC and Fink/GCC do provide it.