Skip to content

Commit

Permalink
fix: Added missing include to awaitable.h (#1243)
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoNasci authored Sep 20, 2024
1 parent bcd2389 commit c3fbf62
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 <optional>
#include <utility>
#include <type_traits>
#include <exception>
Expand Down

0 comments on commit c3fbf62

Please sign in to comment.