summaryrefslogtreecommitdiff
path: root/stdcpp.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdcpp.h')
-rw-r--r--stdcpp.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stdcpp.h b/stdcpp.h
index 234bf54..d443884 100644
--- a/stdcpp.h
+++ b/stdcpp.h
@@ -14,6 +14,11 @@
#include <map>
#include <vector>
+#ifdef __SUNPRO_CC
+// workaround needed on Sun Studio 12u1 Sun C++ 5.10 SunOS_i386 128229-02 2009/09/21
+#include <vector.cc>
+#endif
+
// for alloca
#ifdef __sun
#include <alloca.h>