Skip to content

Commit

Permalink
Added missing include to awaitable.h
Browse files Browse the repository at this point in the history
Added missing include <optional> to awaitable.h
  • Loading branch information
MatteoNasci authored Sep 20, 2024
1 parent 5e5ee60 commit 401e5a7
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 401e5a7

Please sign in to comment.