Skip to content

Commit

Permalink
Merge pull request swiftlang#75953 from mikeash/prebuilt-string-map-m…
Browse files Browse the repository at this point in the history
…issing-include

[Runtime] Add missing #include <utility> in PrebuiltStringMap.h.
  • Loading branch information
mikeash authored Aug 19, 2024
2 parents 840ed6a + 4cbf9ae commit 5490886
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/swift/Runtime/PrebuiltStringMap.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
#include <cstdint>
#include <cstring>
#include <optional>
#include <utility>

namespace swift {

Expand Down

0 comments on commit 5490886

Please sign in to comment.