| Index: base/strings/latin1_string_conversions.h
|
| diff --git a/base/strings/latin1_string_conversions.h b/base/strings/latin1_string_conversions.h
|
| index 387cb65a528cace939b5699a1041311e0aa6e013..42113ef61200b7c4d752afc794e7f42e39bca160 100644
|
| --- a/base/strings/latin1_string_conversions.h
|
| +++ b/base/strings/latin1_string_conversions.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef BASE_STRINGS_LATIN1_STRING_CONVERSIONS_H_
|
| #define BASE_STRINGS_LATIN1_STRING_CONVERSIONS_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/base_export.h"
|
|
|