summaryrefslogtreecommitdiff
path: root/boost/thread/user_scheduler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/thread/user_scheduler.hpp')
-rw-r--r--boost/thread/user_scheduler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/thread/user_scheduler.hpp b/boost/thread/user_scheduler.hpp
index c551d21710..75a55c4909 100644
--- a/boost/thread/user_scheduler.hpp
+++ b/boost/thread/user_scheduler.hpp
@@ -23,7 +23,7 @@ namespace boost
class user_scheduler
{
/// type-erasure to store the works to do
- typedef thread_detail::work work;
+ typedef executors::work work;
/// the thread safe work queue
sync_queue<work > work_queue;