Fix missing header for Android cpu features

pull/489/head
Deadpikle 2017-09-08 10:23:51 -04:00
parent b6f79af343
commit 34b79abe9e
1 changed files with 4 additions and 0 deletions

View File

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