Skip to content

Commit 1d55182

Browse files
committed
Add missing include for PRIxPTR (NFC)
1 parent f584bc4 commit 1d55182

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)