We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd2389 commit c3fbf62Copy full SHA for c3fbf62
include/dpp/coro/awaitable.h
@@ -39,6 +39,7 @@ struct awaitable_dummy {
39
40
// Do not include <coroutine> as coro.h includes <experimental/coroutine> or <coroutine> depending on clang version
41
#include <mutex>
42
+#include <optional>
43
#include <utility>
44
#include <type_traits>
45
#include <exception>
0 commit comments