summaryrefslogtreecommitdiff
path: root/cppu/source/threadpool/threadpool.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cppu/source/threadpool/threadpool.hxx')
-rw-r--r--cppu/source/threadpool/threadpool.hxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/cppu/source/threadpool/threadpool.hxx b/cppu/source/threadpool/threadpool.hxx
index b1db7b368cc2..a6b2fbc14de1 100644
--- a/cppu/source/threadpool/threadpool.hxx
+++ b/cppu/source/threadpool/threadpool.hxx
@@ -21,8 +21,7 @@
#define INCLUDED_CPPU_SOURCE_THREADPOOL_THREADPOOL_HXX
#include <list>
-
-#include <boost/unordered_map.hpp>
+#include <unordered_map>
#include <osl/conditn.h>
@@ -58,7 +57,7 @@ namespace cppu_threadpool {
}
};
- typedef ::boost::unordered_map
+ typedef std::unordered_map
<
::rtl::ByteSequence, // ThreadID
::std::pair < JobQueue * , JobQueue * >,