From e66a4497451a7c2920d1a68d38b5dfc5f376954f Mon Sep 17 00:00:00 2001 From: weidai Date: Sat, 24 Jul 2010 06:12:23 +0000 Subject: fix compile on Linux git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@509 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- rijndael.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'rijndael.cpp') diff --git a/rijndael.cpp b/rijndael.cpp index fbc7dcc..9a77902 100644 --- a/rijndael.cpp +++ b/rijndael.cpp @@ -74,6 +74,7 @@ being unloaded from L1 cache, until that round is finished. #include "cpu.h" #if CRYPTOPP_BOOL_AESNI_INTRINSICS_AVAILABLE +#include #include #endif -- cgit v1.2.1