Skip to content

Commit fe4707d

Browse files
committed
Add a missing include for std::variant.
1 parent 7e9f19a commit fe4707d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/SILOptimizer/Utils/PartitionUtils.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
#include "llvm/ADT/SmallVector.h"
2222
#include "llvm/Support/Debug.h"
2323
#include <algorithm>
24+
#include <variant>
2425

2526
#define DEBUG_TYPE "transfer-non-sendable"
2627

0 commit comments

Comments
 (0)