summaryrefslogtreecommitdiff
path: root/desktop/source/deployment/inc/dp_persmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/deployment/inc/dp_persmap.h')
-rwxr-xr-x[-rw-r--r--]desktop/source/deployment/inc/dp_persmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/source/deployment/inc/dp_persmap.h b/desktop/source/deployment/inc/dp_persmap.h
index b1597f3bb5..8af038413a 100644..100755
--- a/desktop/source/deployment/inc/dp_persmap.h
+++ b/desktop/source/deployment/inc/dp_persmap.h
@@ -31,14 +31,14 @@
#include "rtl/ustring.hxx"
#include "db.hxx"
-#include <hash_map>
+#include <boost/unordered_map.hpp>
using namespace berkeleydbproxy;
namespace dp_misc
{
-typedef ::std::hash_map<
+typedef ::boost::unordered_map<
::rtl::OString, ::rtl::OString, ::rtl::OStringHash > t_string2string_map;
//==============================================================================