Skip to content

Commit 26ef486

Browse files
committed
common/async/co_waiter: Add missing header
Didn't include `associated_cancellation_slot.hpp`. Signed-off-by: Adam C. Emerson <[email protected]>
1 parent 9d4968b commit 26ef486

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/common/async/co_waiter.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include <exception>
1616
#include <optional>
17+
#include <boost/asio/associated_cancellation_slot.hpp>
1718
#include <boost/asio/append.hpp>
1819
#include <boost/asio/async_result.hpp>
1920
#include <boost/asio/dispatch.hpp>

0 commit comments

Comments
 (0)