Skip to content

Commit c3fbf62

Browse files
authored
fix: Added missing include to awaitable.h (#1243)
1 parent bcd2389 commit c3fbf62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/dpp/coro/awaitable.h

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ struct awaitable_dummy {
3939

4040
// Do not include <coroutine> as coro.h includes <experimental/coroutine> or <coroutine> depending on clang version
4141
#include <mutex>
42+
#include <optional>
4243
#include <utility>
4344
#include <type_traits>
4445
#include <exception>

0 commit comments

Comments
 (0)