Skip to content

Commit c93d509

Browse files
authored
Merge pull request #28619 from plotfi/master-dec6-1
[NFCi] Adding inttypes.h to Errors.cpp due to llvm.org change in STLExtras.h.
2 parents 61b7b3b + caf5af4 commit c93d509

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

stdlib/public/runtime/Errors.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
#include <unwind.h>
6363
#endif
6464

65+
#include <inttypes.h>
66+
6567
namespace FatalErrorFlags {
6668
enum: uint32_t {
6769
ReportBacktrace = 1 << 0

0 commit comments

Comments
 (0)