summaryrefslogtreecommitdiff
path: root/ucb
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
commite1c6c40659d7970bbc2fd30d49055f33c82381db (patch)
tree98ce1f6f13608eb810fe403f14a57a431eda0480 /ucb
parent006268122c7846203c7992426027fd5344c2d8b8 (diff)
Add #include <hash_map> again, we still use std::hash
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/ucp/file/filtask.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/ucb/source/ucp/file/filtask.hxx b/ucb/source/ucp/file/filtask.hxx
index 668e55b638..282f070f55 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"