summaryrefslogtreecommitdiff
path: root/boost/asio/detail/timer_scheduler.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/asio/detail/timer_scheduler.hpp')
-rw-r--r--boost/asio/detail/timer_scheduler.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/asio/detail/timer_scheduler.hpp b/boost/asio/detail/timer_scheduler.hpp
index 49dc113d10..290d0b0680 100644
--- a/boost/asio/detail/timer_scheduler.hpp
+++ b/boost/asio/detail/timer_scheduler.hpp
@@ -21,7 +21,7 @@
#if defined(BOOST_ASIO_WINDOWS_RUNTIME)
# include <boost/asio/detail/winrt_timer_scheduler.hpp>
#elif defined(BOOST_ASIO_HAS_IOCP)
-# include <boost/asio/detail/win_iocp_io_service.hpp>
+# include <boost/asio/detail/win_iocp_io_context.hpp>
#elif defined(BOOST_ASIO_HAS_EPOLL)
# include <boost/asio/detail/epoll_reactor.hpp>
#elif defined(BOOST_ASIO_HAS_KQUEUE)