Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Header <utility> is needed for std::exchange.
  • Loading branch information
chriskohlhoff committed Mar 2, 2022
1 parent 7925552 commit 71964b2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions include/boost/asio/awaitable.hpp
Expand Up @@ -25,6 +25,7 @@
# include <experimental/coroutine>
#endif // defined(BOOST_ASIO_HAS_STD_COROUTINE)

#include <utility>
#include <boost/asio/any_io_executor.hpp>

#include <boost/asio/detail/push_options.hpp>
Expand Down
1 change: 0 additions & 1 deletion include/boost/asio/impl/awaitable.hpp
Expand Up @@ -19,7 +19,6 @@
#include <exception>
#include <new>
#include <tuple>
#include <utility>
#include <boost/asio/cancellation_signal.hpp>
#include <boost/asio/cancellation_state.hpp>
#include <boost/asio/detail/thread_context.hpp>
Expand Down

0 comments on commit 71964b2

Please sign in to comment.