Skip to content

Commit a2d1adf

Browse files
committed
Add include <variant> in a place that I missed.
1 parent 6b1258c commit a2d1adf

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)