| Index: cc/resources/resource_util.h
|
| diff --git a/cc/resources/resource_util.h b/cc/resources/resource_util.h
|
| index 9d9905b47d5d8644a20472fd08eab8da2913ca21..68a4aa59fa9fe57e112d166b51251b32238404e5 100644
|
| --- a/cc/resources/resource_util.h
|
| +++ b/cc/resources/resource_util.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef CC_RESOURCES_RESOURCE_UTIL_H_
|
| #define CC_RESOURCES_RESOURCE_UTIL_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <limits>
|
|
|
| +#include "base/macros.h"
|
| #include "base/numerics/safe_math.h"
|
| #include "cc/base/cc_export.h"
|
| #include "cc/base/math_util.h"
|
|
|