Skip to content

Commit 314f579

Browse files
authored
Merge pull request #77499 from mikeash/prebuilt-string-map-missing-include-6.0
[6.0][Runtime] Add missing #include <utility> in PrebuiltStringMap.h.
2 parents 057e7ef + 295c0bf commit 314f579

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/swift/Runtime/PrebuiltStringMap.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#include <cstdint>
1919
#include <cstring>
2020
#include <optional>
21+
#include <utility>
2122

2223
namespace swift {
2324

0 commit comments

Comments
 (0)