Skip to content

Commit

Permalink
include <exception>, not <execution>
Browse files Browse the repository at this point in the history
  • Loading branch information
ericniebler committed May 6, 2024
1 parent 5307262 commit 44cdcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/stdexec/__detail/__with_awaitable_senders.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "__as_awaitable.hpp"
#include "__concepts.hpp"

#include <execution>
#include <exception>

namespace stdexec {
#if !STDEXEC_STD_NO_COROUTINES()
Expand Down

0 comments on commit 44cdcaf

Please sign in to comment.