diff options
author | Joseph Powers <jpowers27@cox.net> | 2011-02-06 05:33:00 -0800 |
---|---|---|
committer | Joseph Powers <jpowers27@cox.net> | 2011-02-06 05:33:00 -0800 |
commit | d3f2c581ee14489d6d4498e9bd6a9659a6530802 (patch) | |
tree | d54e204d65fa8b3d9214c94d893b5719b63cf669 /ucb | |
parent | 270f5b7c3079e49f944162e0ff706654c6115319 (diff) |
Add #include <hash_map> again, we still use std::hash
Diffstat (limited to 'ucb')
-rw-r--r-- | ucb/source/ucp/file/filtask.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx index 668e55b63884..282f070f554a 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" |