From 55a8ab1c8b2d3ff2ad7b3325f87e78b8976a6169 Mon Sep 17 00:00:00 2001 From: weidai Date: Mon, 5 Jul 2010 01:15:14 +0000 Subject: port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21 change makefile to compile for both i386 and x86_64 on Darwin/Mac OS X git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@499 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- stdcpp.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stdcpp.h') diff --git a/stdcpp.h b/stdcpp.h index 234bf54..d443884 100644 --- a/stdcpp.h +++ b/stdcpp.h @@ -14,6 +14,11 @@ #include #include +#ifdef __SUNPRO_CC +// workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21 +#include +#endif + // for alloca #ifdef __sun #include -- cgit v1.2.1