Index: inc/com/sun/star/uno/Sequence.hxx =================================================================== RCS file: /cvs/udk/cppu/inc/com/sun/star/uno/Sequence.hxx,v retrieving revision 1.14 diff -u -r1.14 Sequence.hxx --- inc/com/sun/star/uno/Sequence.hxx 9 Nov 2001 09:14:30 -0000 1.14 +++ inc/com/sun/star/uno/Sequence.hxx 22 May 2003 12:41:47 -0000 @@ -227,7 +227,7 @@ if (! ::com::sun::star::uno::Sequence< E >::s_pType) { const ::com::sun::star::uno::Type & rElementType = ::getCppuType( - (::com::sun::star::uno::Sequence< E >::ElementType *)0 ); + (typename ::com::sun::star::uno::Sequence< E >::ElementType *)0 ); ::typelib_static_sequence_type_init( & ::com::sun::star::uno::Sequence< E >::s_pType, rElementType.getTypeLibType() ); Index: source/typelib/typelib.cxx =================================================================== RCS file: /cvs/udk/cppu/source/typelib/typelib.cxx,v retrieving revision 1.17 diff -u -r1.17 typelib.cxx --- source/typelib/typelib.cxx 15 Apr 2003 16:37:12 -0000 1.17 +++ source/typelib/typelib.cxx 22 May 2003 12:41:52 -0000 @@ -74,7 +74,7 @@ #ifdef SOLARIS #include #endif -#include +#include #ifndef _OSL_INTERLCK_H_ #include