Skip to content

Commit 19c916f

Browse files
committed
Fix include problem.
1 parent d7498f8 commit 19c916f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

include/exec/__detail/__system_context_replaceability_api.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,8 @@
2121

2222
#include <cstdint>
2323
#include <exception>
24-
#include <typeindex>
25-
#include <type_traits>
2624
#include <optional>
25+
#include <memory>
2726

2827
struct __uuid {
2928
std::uint64_t __parts1;

0 commit comments

Comments
 (0)