Skip to content

Commit

Permalink
Added missing header '<atomic>' when compiling with clang and c++23 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-j-nicoletti committed Feb 14, 2024
1 parent c05d207 commit 294f722
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/coro/sync_wait.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
#include "coro/attribute.hpp"
#include "coro/concepts/awaitable.hpp"

#include <atomic>
#include <condition_variable>
#include <exception>
#include <mutex>
Expand Down

0 comments on commit 294f722

Please sign in to comment.