From 413dedd90fbefd377417d7c5947a1d11c09220ae Mon Sep 17 00:00:00 2001 From: Justin Cohen Date: Thu, 7 Oct 2021 16:02:56 -0400 Subject: [PATCH] ios: Missing include. uint16_t needs stdint.h. Change-Id: Iafbbb6365d2cf180e61f62c5fbd9e7c35a58e827 Reviewed-on: https://chromium-review.googlesource.com/c/crashpad/crashpad/+/3212887 Reviewed-by: Mark Mentovai Commit-Queue: Justin Cohen --- util/ios/ios_intermediate_dump_format.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/util/ios/ios_intermediate_dump_format.h b/util/ios/ios_intermediate_dump_format.h index 46d3f467..5e36862e 100644 --- a/util/ios/ios_intermediate_dump_format.h +++ b/util/ios/ios_intermediate_dump_format.h @@ -15,6 +15,8 @@ #ifndef CRASHPAD_UTIL_IOS_IOS_INTERMEDIATE_DUMP_FORMAT_H_ #define CRASHPAD_UTIL_IOS_IOS_INTERMEDIATE_DUMP_FORMAT_H_ +#include + namespace crashpad { namespace internal {