From f97f957e48a69ca40674a05cd50ec66a6f3d8c18 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 16 Apr 2007 05:40:37 +0000 Subject: fix compile on Sun CC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@325 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- salsa.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'salsa.cpp') diff --git a/salsa.cpp b/salsa.cpp index 40fffc4..4781218 100755 --- a/salsa.cpp +++ b/salsa.cpp @@ -6,7 +6,9 @@ #include "argnames.h" #include "cpu.h" +#if CRYPTOPP_BOOL_SSE2_INTRINSICS_AVAILABLE #include +#endif NAMESPACE_BEGIN(CryptoPP) -- cgit v1.2.1