| Index: third_party/crashpad/crashpad/util/numeric/checked_address_range.cc
|
| diff --git a/third_party/crashpad/crashpad/util/numeric/checked_address_range.cc b/third_party/crashpad/crashpad/util/numeric/checked_address_range.cc
|
| index 1d50696f6e3a486490aeba31b6aca63f09bced8e..bdd0f15aa57b18580204c087cf80f51059b5f4af 100644
|
| --- a/third_party/crashpad/crashpad/util/numeric/checked_address_range.cc
|
| +++ b/third_party/crashpad/crashpad/util/numeric/checked_address_range.cc
|
| @@ -14,7 +14,10 @@
|
|
|
| #include "util/numeric/checked_address_range.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/strings/stringprintf.h"
|
| +#include "build/build_config.h"
|
|
|
| #if defined(OS_MACOSX)
|
| #include <mach/mach.h>
|
|
|