diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-05 16:19:49 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-05 16:19:49 -0800 |
commit | 68cc88ce0448171c0aa5d6e60c60180f7137dae4 (patch) | |
tree | e97c6f26b9f664e28d526665ef175e9a6593535e /xmloff | |
parent | 6e8ab10be30c9640aab71bc9f4d625378d737b21 (diff) |
Cleanup of boost conversion issues
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/draw/EnhancedCustomShapeToken.cxx | 1 |
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 { |