Skip to content

Commit 5490886

Browse files
authored
Merge pull request #75953 from mikeash/prebuilt-string-map-missing-include
[Runtime] Add missing #include <utility> in PrebuiltStringMap.h.
2 parents 840ed6a + 4cbf9ae commit 5490886

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)