summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-02-06 05:33:00 -0800
committerJoseph Powers <jpowers27@cox.net>2011-02-06 05:33:00 -0800
commitd3f2c581ee14489d6d4498e9bd6a9659a6530802 (patch)
treed54e204d65fa8b3d9214c94d893b5719b63cf669 /xmloff
parent270f5b7c3079e49f944162e0ff706654c6115319 (diff)
Add #include <hash_map> again, we still use std::hash
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/source/draw/EnhancedCustomShapeToken.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/xmloff/source/draw/EnhancedCustomShapeToken.cxx b/xmloff/source/draw/EnhancedCustomShapeToken.cxx
index 2c0184f515f4..35e66f68e1fa 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 {