| Index: client/simple_string_dictionary.h
|
| diff --git a/client/simple_string_dictionary.h b/client/simple_string_dictionary.h
|
| index edaca6fbea4b7540a4b5a4fd9d60a43ad295d4c0..2fb19bba412ff0968ed2d3d7ef8ecc0568e7ecc7 100644
|
| --- a/client/simple_string_dictionary.h
|
| +++ b/client/simple_string_dictionary.h
|
| @@ -16,9 +16,10 @@
|
| #define CRASHPAD_CLIENT_SIMPLE_STRING_DICTIONARY_H_
|
|
|
| #include <string.h>
|
| +#include <sys/types.h>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "util/misc/implicit_cast.h"
|
|
|
| namespace crashpad {
|
|
|