From b14d65850d882ba7d0a5d47411531a01a24aa2bc Mon Sep 17 00:00:00 2001 From: Deadpikle Date: Fri, 8 Sep 2017 15:43:06 -0400 Subject: [PATCH] Fix missing header for Android cpu features (#489) Thank you very much. --- 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