Skip to content

Commit 24020c7

Browse files
committed
add missing include of <utility> for std::unreachable
1 parent 9c18db0 commit 24020c7

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)