From 34b79abe9e6fd3c4336383db2838e2a331abf6ae Mon Sep 17 00:00:00 2001 From: Deadpikle Date: Fri, 8 Sep 2017 10:23:51 -0400 Subject: [PATCH] Fix missing header for Android cpu features --- cpu.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cpu.cpp b/cpu.cpp index d748cb97..f886c726 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -18,6 +18,10 @@ # include #endif +#if defined(__ANDROID__) +# include +#endif + NAMESPACE_BEGIN(CryptoPP) #ifndef CRYPTOPP_MS_STYLE_INLINE_ASSEMBLY