| Index: third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.cc
|
| diff --git a/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.cc b/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.cc
|
| index 7698bfd48d8221ad86b870157b9011077c8b5815..87de1e331c56fe6521f911d27b465472eb2ebc61 100644
|
| --- a/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.cc
|
| +++ b/third_party/crashpad/crashpad/snapshot/win/pe_image_annotations_reader.cc
|
| @@ -14,8 +14,8 @@
|
|
|
| #include "snapshot/win/pe_image_annotations_reader.h"
|
|
|
| -#include <stddef.h>
|
| #include <string.h>
|
| +#include <sys/types.h>
|
|
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "client/simple_string_dictionary.h"
|
|
|