Skip to content

Commit 056b3cf

Browse files
Merge pull request #28439 from adrian-prantl/fix-master-next
Add missing include for PRIxPTR (NFC)
2 parents f584bc4 + 1d55182 commit 056b3cf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

stdlib/public/runtime/Errors.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
#include <mutex>
2525
#endif
2626

27+
#include <inttypes.h>
2728
#include <stdint.h>
2829
#include <stdio.h>
2930
#include <stdlib.h>

0 commit comments

Comments
 (0)