From b80f725accdd27c854c3575f877ec2a24d6081ec Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Sun, 10 Jul 2016 15:02:22 -0400 Subject: [PATCH] Add header for SunCC 12.4 --- crc.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/crc.cpp b/crc.cpp index 738d1238..ad411a85 100644 --- a/crc.cpp +++ b/crc.cpp @@ -13,6 +13,11 @@ NAMESPACE_BEGIN(CryptoPP) # undef CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE #endif +// SunCC 12.4 and above +#if defined(CRYPTOPP_BOOL_SSE4_INTRINSICS_AVAILABLE) && (__SUNPRO_CC >= 0x5130) +# include +#endif + /* Table of CRC-32's of all single byte values (made by makecrc.c) */ const word32 CRC32::m_tab[] = { #ifdef IS_LITTLE_ENDIAN