Fix missing header for Android cpu features (#489)

Thank you very much.
pull/507/head
Deadpikle 2017-09-08 15:43:06 -04:00 committed by Jeffrey Walton
parent b6f79af343
commit b14d65850d
1 changed files with 4 additions and 0 deletions

View File

@ -18,6 +18,10 @@
# include <setjmp.h> # include <setjmp.h>
#endif #endif
#if defined(__ANDROID__)
# include <cpu-features.h>
#endif
NAMESPACE_BEGIN(CryptoPP) NAMESPACE_BEGIN(CryptoPP)
#ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY #ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY