We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 61b7b3b + caf5af4 commit c93d509Copy full SHA for c93d509
stdlib/public/runtime/Errors.cpp
@@ -62,6 +62,8 @@
62
#include <unwind.h>
63
#endif
64
65
+#include <inttypes.h>
66
+
67
namespace FatalErrorFlags {
68
enum: uint32_t {
69
ReportBacktrace = 1 << 0
0 commit comments