summaryrefslogtreecommitdiff
path: root/stdcpp.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-05 11:14:14 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-07-05 11:14:14 +0000
commitd7c78e42474cbe7a73f08c46d252eef5e28aef7c (patch)
treeefb535225628777bf75f70feb5e388a733094b2b /stdcpp.h
parent55a8ab1c8b2d3ff2ad7b3325f87e78b8976a6169 (diff)
downloadcryptopp-d7c78e42474cbe7a73f08c46d252eef5e28aef7c.tar.gz
port to Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@500 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'stdcpp.h')
-rw-r--r--stdcpp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/stdcpp.h b/stdcpp.h
index d443884..535f0e7 100644
--- a/stdcpp.h
+++ b/stdcpp.h
@@ -14,7 +14,7 @@
#include <map>
#include <vector>
-#ifdef __SUNPRO_CC
+#ifdef CRYPTOPP_INCLUDE_STD_CC
// workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
#include <vector.cc>
#endif