Skip to content

Commit 6c1f415

Browse files
authored
add missing include of <utility> for std::unreachable (#1558)
2 parents 9c18db0 + 24020c7 commit 6c1f415

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

include/stdexec/__detail/__config.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
#include <cassert>
4141
#include <cstdlib>
4242
#include <type_traits> // IWYU pragma: keep
43+
#include <utility> // IWYU pragma: keep for std::unreachable
4344

4445
// When used with no arguments, these macros expand to 1 if the current
4546
// compiler corresponds to the macro name; 0, otherwise. When used with arguments,

0 commit comments

Comments
 (0)