2
0
mirror of https://github.com/boostorg/asio.git synced 2026-01-19 04:02:09 +00:00

Add missing include.

This commit is contained in:
Christopher Kohlhoff
2025-11-04 23:43:53 +11:00
parent 88cd8134ae
commit 3eb04c5a46

View File

@@ -34,6 +34,7 @@
#if defined(BOOST_ASIO_ENABLE_HANDLER_TRACKING)
# if defined(BOOST_ASIO_HAS_SOURCE_LOCATION)
# include <boost/asio/detail/handler_tracking.hpp>
# include <boost/asio/detail/source_location.hpp>
# endif // defined(BOOST_ASIO_HAS_SOURCE_LOCATION)
#endif // defined(BOOST_ASIO_ENABLE_HANDLER_TRACKING)