From b255bf26ec404d23ae572139df15c76a21a0226c Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Wed, 13 Sep 2017 04:18:04 -0400 Subject: [PATCH] Fix missing cpu-features.h for Android --- cpu.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu.cpp b/cpu.cpp index 4516a5b8..6e5125bc 100644 --- a/cpu.cpp +++ b/cpu.cpp @@ -23,7 +23,7 @@ #endif #if defined(__ANDROID__) -# include +# include #endif NAMESPACE_BEGIN(CryptoPP)