summaryrefslogtreecommitdiff
path: root/codemaker/inc/codemaker/generatedtypeset.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'codemaker/inc/codemaker/generatedtypeset.hxx')
-rw-r--r--codemaker/inc/codemaker/generatedtypeset.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/codemaker/inc/codemaker/generatedtypeset.hxx b/codemaker/inc/codemaker/generatedtypeset.hxx
index 7740847c273a..6829d0cd5bd7 100644
--- a/codemaker/inc/codemaker/generatedtypeset.hxx
+++ b/codemaker/inc/codemaker/generatedtypeset.hxx
@@ -31,7 +31,7 @@
#include "rtl/string.hxx"
-#include <hash_set>
+#include <boost/unordered_set.hpp>
/// @HTML
@@ -72,7 +72,7 @@ private:
GeneratedTypeSet(GeneratedTypeSet &); // not implemented
void operator =(GeneratedTypeSet); // not implemented
- std::hash_set< rtl::OString, rtl::OStringHash > m_set;
+ boost::unordered_set< rtl::OString, rtl::OStringHash > m_set;
};
}