summaryrefslogtreecommitdiff
path: root/sdext/source/pdfimport/tree/imagecontainer.hxx
diff options
context:
space:
mode:
authorFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 02:49:07 +0100
committerFridrich Štrba <fridrich.strba@bluewin.ch>2011-02-06 02:49:07 +0100
commita91b24db4a2f18804a26e41d06eefaf1db5e7494 (patch)
treed7e5a2ab7566dc3040f916da52b28bd1c508c3b0 /sdext/source/pdfimport/tree/imagecontainer.hxx
parent6bf614b7eed66ef8b24899a3094146a3a9ff0080 (diff)
porting extensions to boost containers
Diffstat (limited to 'sdext/source/pdfimport/tree/imagecontainer.hxx')
-rw-r--r--sdext/source/pdfimport/tree/imagecontainer.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sdext/source/pdfimport/tree/imagecontainer.hxx b/sdext/source/pdfimport/tree/imagecontainer.hxx
index c22b7ace6034..525c31d570ce 100644
--- a/sdext/source/pdfimport/tree/imagecontainer.hxx
+++ b/sdext/source/pdfimport/tree/imagecontainer.hxx
@@ -37,7 +37,7 @@
#include <com/sun/star/awt/XBitmap.hpp>
#include <vector>
-#include <hash_map>
+#include <boost/unordered_map.hpp>
namespace pdfi
{