Fix missing cpu-features.h for Android

pull/507/head
Jeffrey Walton 2017-09-13 04:18:04 -04:00
parent 2375e87a5c
commit b255bf26ec
No known key found for this signature in database
GPG Key ID: B36AB348921B1838
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
#endif
#if defined(__ANDROID__)
# include <cpu-features.h>
# include <machine/cpu-features.h>
#endif
NAMESPACE_BEGIN(CryptoPP)