diff options
Diffstat (limited to 'components/autofill/core/common/autofill_util.h')
-rw-r--r-- | components/autofill/core/common/autofill_util.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/autofill/core/common/autofill_util.h b/components/autofill/core/common/autofill_util.h index e29318d..34a2b02 100644 --- a/components/autofill/core/common/autofill_util.h +++ b/components/autofill/core/common/autofill_util.h @@ -5,6 +5,8 @@ #ifndef COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_UTIL_H_ #define COMPONENTS_AUTOFILL_CORE_COMMON_AUTOFILL_UTIL_H_ +#include <stddef.h> + #include "base/strings/string16.h" namespace autofill { |