| Index: gin/function_template.h
|
| diff --git a/gin/function_template.h b/gin/function_template.h
|
| index 15ea8fef016dbb3ec06eeb4850e4d6077566f615..c0228cb5f83f2a24f8f806dab381c82340fe5455 100644
|
| --- a/gin/function_template.h
|
| +++ b/gin/function_template.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef GIN_FUNCTION_TEMPLATE_H_
|
| #define GIN_FUNCTION_TEMPLATE_H_
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/callback.h"
|
| #include "base/logging.h"
|
| +#include "base/macros.h"
|
| #include "gin/arguments.h"
|
| #include "gin/converter.h"
|
| #include "gin/gin_export.h"
|
|
|