Skip to content

Commit b488e07

Browse files
authored
Merge pull request #59252 from apple/compnerd/memory
Update IRABIDetailsProvider.h
2 parents 1344df3 + 7960b03 commit b488e07

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/swift/IRGen/IRABIDetailsProvider.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@
1414
#define SWIFT_IRGEN_IRABIDETAILSPROVIDER_H
1515

1616
#include "llvm/ADT/Optional.h"
17-
#include <stdint.h>
17+
#include <cstdint>
18+
#include <memory>
1819
#include <utility>
1920

2021
namespace swift {

0 commit comments

Comments
 (0)