From 3eb04c5a46abaedb0077eaa6e90bb514588ceee6 Mon Sep 17 00:00:00 2001 From: Christopher Kohlhoff Date: Tue, 4 Nov 2025 23:43:53 +1100 Subject: [PATCH] Add missing include. --- include/boost/asio/impl/awaitable.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/include/boost/asio/impl/awaitable.hpp b/include/boost/asio/impl/awaitable.hpp index 45d01135..639f9e01 100644 --- a/include/boost/asio/impl/awaitable.hpp +++ b/include/boost/asio/impl/awaitable.hpp @@ -34,6 +34,7 @@ #if defined(BOOST_ASIO_ENABLE_HANDLER_TRACKING) # if defined(BOOST_ASIO_HAS_SOURCE_LOCATION) +# include # include # endif // defined(BOOST_ASIO_HAS_SOURCE_LOCATION) #endif // defined(BOOST_ASIO_ENABLE_HANDLER_TRACKING)