[Libreoffice-commits] .: svx/source ucb/source xmloff/source

Joseph Powers jpowers at kemper.freedesktop.org
Sun Feb 6 05:33:11 PST 2011


 svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx |    1 +
 ucb/source/ucp/file/filtask.hxx                          |    1 +
 xmloff/source/draw/EnhancedCustomShapeToken.cxx          |    1 +
 3 files changed, 3 insertions(+)

New commits:
commit e1c6c40659d7970bbc2fd30d49055f33c82381db
Author: Joseph Powers <jpowers27 at cox.net>
Date:   Sun Feb 6 05:33:00 2011 -0800

    Add #include <hash_map> again, we still use std::hash

diff --git a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
index 2bc5b7e..a1218df 100644
--- a/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
+++ b/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
@@ -31,6 +31,7 @@
 #include "EnhancedCustomShapeTypeNames.hxx"
 #include <osl/mutex.hxx>
 #include <boost/unordered_map.hpp>
+#include <hash_map>
 
 struct TCheck
 {
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 668e55b..282f070 100644
--- a/ucb/source/ucp/file/filtask.hxx
+++ b/ucb/source/ucp/file/filtask.hxx
@@ -30,6 +30,7 @@
 #endif
 
 #include <boost/unordered_map.hpp>
+#include <hash_map>
 #include <rtl/ustring.hxx>
 
 #include "osl/mutex.hxx"
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
index 4e38c47..a830dab 100644
--- a/xmloff/source/draw/EnhancedCustomShapeToken.cxx
+++ b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
@@ -31,6 +31,7 @@
 #include "EnhancedCustomShapeToken.hxx"
 #include <osl/mutex.hxx>
 #include <boost/unordered_map.hpp>
+#include <hash_map>
 #include <string.h>
 
 namespace xmloff { namespace EnhancedCustomShapeToken {


More information about the Libreoffice-commits mailing list