Skip to content

Commit

Permalink
fix: Compile issue if task or awaitable is used by its own (#1358)
Browse files Browse the repository at this point in the history
  • Loading branch information
peti446 authored Jan 15, 2025
1 parent 05cfbc0 commit 9df5b87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/dpp/coro/awaitable.h
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ struct awaitable_dummy {

// Do not include <coroutine> as coro.h includes <experimental/coroutine> or <coroutine> depending on clang version
#include <mutex>
#include <condition_variable>
#include <optional>
#include <utility>
#include <type_traits>
Expand Down

0 comments on commit 9df5b87

Please sign in to comment.