diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-05 21:56:00 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-02-05 21:56:00 +0100 |
commit | 639825975e7657c7b3f4eeef208112780e71e545 (patch) | |
tree | 261f8217fa45e8947e78f7e5126f07b1eaf86839 /unodevtools/inc | |
parent | b3e9505cc1d6685ef6bdf747800cce1b0fb52a35 (diff) |
move sdk repo to boost unordered containters
Diffstat (limited to 'unodevtools/inc')
-rw-r--r-- | unodevtools/inc/unodevtools/typemanager.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unodevtools/inc/unodevtools/typemanager.hxx b/unodevtools/inc/unodevtools/typemanager.hxx index 79dceee17959..603fa4652648 100644 --- a/unodevtools/inc/unodevtools/typemanager.hxx +++ b/unodevtools/inc/unodevtools/typemanager.hxx @@ -32,7 +32,7 @@ #include <codemaker/typemanager.hxx> #include <com/sun/star/container/XHierarchicalNameAccess.hpp> -#include <hash_map> +#include <boost/unordered_map.hpp> #include <vector> class RegistryKey; |