summaryrefslogtreecommitdiff
path: root/stdcpp.h
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-08-08 08:13:09 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2010-08-08 08:13:09 +0000
commit0a38de22b46642450902b2d1bb67829ac9c2a275 (patch)
tree17f64a34fb25201b2e099b5913f0d3a7c6834a13 /stdcpp.h
parent080fb5afb32fe2dc59e98c49600e370a73428de9 (diff)
downloadcryptopp-0a38de22b46642450902b2d1bb67829ac9c2a275.tar.gz
fix compile with Sun CC on Linux
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@518 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 461fee9..6511c4f 100644
--- a/stdcpp.h
+++ b/stdcpp.h
@@ -19,7 +19,7 @@
#include <map>
#include <vector>
-#ifdef CRYPTOPP_INCLUDE_STD_CC
+#ifdef CRYPTOPP_INCLUDE_VECTOR_CC
// workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
#include <vector.cc>
#endif