Chromium Code Reviews| Index: third_party/libwebp/webp/types.h |
| diff --git a/third_party/libwebp/webp/types.h b/third_party/libwebp/webp/types.h |
| index 288236445d660ccb386320343e201d7134fe54f4..d9ecda67921722006aaa26589944fd99f35b90aa 100644 |
| --- a/third_party/libwebp/webp/types.h |
| +++ b/third_party/libwebp/webp/types.h |
| @@ -12,6 +12,8 @@ |
| #ifndef WEBP_WEBP_TYPES_H_ |
| #define WEBP_WEBP_TYPES_H_ |
| +#include <stddef.h> // for size_t |
| + |
| #ifndef _MSC_VER |
| #include <inttypes.h> |
| #else |