View | Details | Raw Unified | Return to issue 1129
Collapse All | Expand All

(-)vcl/inc/glyphcache.hxx (+5 lines)
Lines 69-76 Link Here
69
class GlyphCachePeer;
69
class GlyphCachePeer;
70
70
71
#include <tools/gen.hxx>
71
#include <tools/gen.hxx>
72
#if ( __GNU_STL__ == 3 )
73
#include <ext/hash_map>
74
#include <ext/hash_set>
75
#else
72
#include <hash_map>
76
#include <hash_map>
73
#include <hash_set>
77
#include <hash_set>
78
#endif
74
79
75
class PolyPolygon;
80
class PolyPolygon;
76
struct RawBitmap;
81
struct RawBitmap;
(-)vcl/inc/jobset.h (+4 lines)
Lines 73-79 Link Here
73
#include <prntypes.hxx>
73
#include <prntypes.hxx>
74
#endif
74
#endif
75
#ifndef __SGI_STL_HASH_MAP
75
#ifndef __SGI_STL_HASH_MAP
76
#if ( __GNU_STL__ == 3 )
77
#include <ext/hash_map>
78
#else
76
#include <hash_map>
79
#include <hash_map>
80
#endif
77
#endif
81
#endif
78
#ifndef _RTL_USTRING_
82
#ifndef _RTL_USTRING_
79
#include <rtl/ustring>
83
#include <rtl/ustring>

Return to issue 1129