Index: vcl/inc/glyphcache.hxx =================================================================== RCS file: /cvs/oo/gsl/vcl/inc/glyphcache.hxx,v retrieving revision 1.10 diff -u -r1.10 glyphcache.hxx --- vcl/inc/glyphcache.hxx 2001/04/24 17:43:48 1.10 +++ vcl/inc/glyphcache.hxx 2001/07/05 03:20:33 @@ -69,8 +69,13 @@ class GlyphCachePeer; #include +#if ( __GNU_STL__ == 3 ) +#include +#include +#else #include #include +#endif class PolyPolygon; struct RawBitmap; Index: vcl/inc/jobset.h =================================================================== RCS file: /cvs/oo/gsl/vcl/inc/jobset.h,v retrieving revision 1.4 diff -u -r1.4 jobset.h --- vcl/inc/jobset.h 2000/11/15 12:01:41 1.4 +++ vcl/inc/jobset.h 2001/07/05 03:20:33 @@ -73,7 +73,11 @@ #include #endif #ifndef __SGI_STL_HASH_MAP +#if ( __GNU_STL__ == 3 ) +#include +#else #include +#endif #endif #ifndef _RTL_USTRING_ #include