| Index: snapshot/mac/mach_o_image_annotations_reader_test.cc
|
| diff --git a/snapshot/mac/mach_o_image_annotations_reader_test.cc b/snapshot/mac/mach_o_image_annotations_reader_test.cc
|
| index 32f3b5c052987a62f86b5373e9662d10b75a65e5..18b00a953f8a6fcdfaf57eced410776753dc92db 100644
|
| --- a/snapshot/mac/mach_o_image_annotations_reader_test.cc
|
| +++ b/snapshot/mac/mach_o_image_annotations_reader_test.cc
|
| @@ -19,14 +19,15 @@
|
| #include <signal.h>
|
| #include <stdlib.h>
|
| #include <string.h>
|
| +#include <sys/types.h>
|
| #include <unistd.h>
|
|
|
| #include <map>
|
| #include <string>
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/files/file_path.h"
|
| +#include "base/macros.h"
|
| #include "client/crashpad_info.h"
|
| #include "client/simple_string_dictionary.h"
|
| #include "gtest/gtest.h"
|
|
|