summaryrefslogtreecommitdiff
path: root/vcl/win/inc/salgdi.h
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/win/inc/salgdi.h')
-rw-r--r--vcl/win/inc/salgdi.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/vcl/win/inc/salgdi.h b/vcl/win/inc/salgdi.h
index 488ef2b1074e..c99a24d33d60 100644
--- a/vcl/win/inc/salgdi.h
+++ b/vcl/win/inc/salgdi.h
@@ -36,7 +36,7 @@
#include <vcl/impfont.hxx>
#include "boost/scoped_ptr.hpp"
-#include <hash_set>
+#include <boost/unordered_set.hpp>
class ImplFontSelectData;
class ImplWinFontEntry;
@@ -119,7 +119,7 @@ private:
#ifdef GNG_VERT_HACK
void ReadGsubTable( HDC ) const;
- typedef std::hash_set<sal_UCS4> UcsHashSet;
+ typedef boost::unordered_set<sal_UCS4> UcsHashSet;
mutable UcsHashSet maGsubTable;
mutable bool mbGsubRead;
public: