Index: vos/source/evtque.cxx =================================================================== RCS file: /cvs/oo/udk/vos/source/evtque.cxx,v retrieving revision 1.2 diff -u -r1.2 evtque.cxx --- vos/source/evtque.cxx 2001/03/16 15:25:50 1.2 +++ vos/source/evtque.cxx 2001/06/29 06:55:56 @@ -71,7 +71,11 @@ #include +#if ( __GNU_STL__ == 3 ) +#include +#else #include +#endif #if STLPORT_VERSION<321 #include #else Index: vos/workben/proxy/protocol.cxx =================================================================== RCS file: /cvs/oo/udk/vos/workben/proxy/protocol.cxx,v retrieving revision 1.3 diff -u -r1.3 protocol.cxx --- vos/workben/proxy/protocol.cxx 2001/05/11 19:33:44 1.3 +++ vos/workben/proxy/protocol.cxx 2001/06/29 06:55:58 @@ -66,7 +66,11 @@ #include #endif #ifndef __HASH_MAP__ +#if ( __GNU_STL__ == 3 ) +#include +#else #include +#endif #endif #ifndef _SAL_TYPES_H_