From 1c7bd8499b4eb0f5d0362661c86d9412f7c1bafc Mon Sep 17 00:00:00 2001 From: weidai Date: Fri, 13 Mar 2009 11:15:21 +0000 Subject: fix compile on OpenSolaris 8.11 git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@450 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- rijndael.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'rijndael.cpp') diff --git a/rijndael.cpp b/rijndael.cpp index d6b267a..e10b3df 100644 --- a/rijndael.cpp +++ b/rijndael.cpp @@ -69,6 +69,10 @@ being unloaded from L1 cache, until that round is finished. #include "misc.h" #include "cpu.h" +#ifdef __sun +#include +#endif + NAMESPACE_BEGIN(CryptoPP) #ifdef CRYPTOPP_ALLOW_UNALIGNED_DATA_ACCESS -- cgit v1.2.1