summaryrefslogtreecommitdiff
path: root/cppuhelper/source/interfacecontainer.cxx
diff options
context:
space:
mode:
authorFridrich Strba <fridrich.strba@bluewin.ch>2011-02-03 15:26:41 -0700
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-03 23:39:38 +0100
commit789556321603077e6fc8ee9036f78f9eb941d8ba (patch)
tree3f06f5134c7281df35b7e1d6a06fcf4513f09f81 /cppuhelper/source/interfacecontainer.cxx
parent4724f82bf287ad7c66403e90c303d345c6194c8a (diff)
move module cppuhelper to boost unordered containers
Diffstat (limited to 'cppuhelper/source/interfacecontainer.cxx')
-rw-r--r--cppuhelper/source/interfacecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppuhelper/source/interfacecontainer.cxx b/cppuhelper/source/interfacecontainer.cxx
index b7c141e425ac..b88b48495ce9 100644
--- a/cppuhelper/source/interfacecontainer.cxx
+++ b/cppuhelper/source/interfacecontainer.cxx
@@ -36,7 +36,7 @@
#include <osl/diagnose.h>
#include <osl/mutex.hxx>
-#include <hash_map>
+#include <boost/unordered_map.hpp>
#include <com/sun/star/lang/XEventListener.hpp>