Skip to content

Commit 0f11d92

Browse files
committed
Fix the Linux build: add a missing #include
1 parent fb276d3 commit 0f11d92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Basic/PointerIntEnum.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
#include <cstdlib>
1717
#include <cstring>
1818
#include <type_traits>
19+
#include <utility>
1920

2021
namespace swift {
2122

0 commit comments

Comments
 (0)