Chromium Code Reviews| Index: tools/gn/operators.cc |
| diff --git a/tools/gn/operators.cc b/tools/gn/operators.cc |
| index b78e9350df2a9b1db36441df5e39b1e7cafcbb09..6b3f7c716a98c0ca0498c859802b953cab354d3f 100644 |
| --- a/tools/gn/operators.cc |
| +++ b/tools/gn/operators.cc |
| @@ -4,6 +4,8 @@ |
| #include "tools/gn/operators.h" |
| +#include <stddef.h> |
| + |
| #include "base/strings/string_number_conversions.h" |
| #include "tools/gn/err.h" |
| #include "tools/gn/parse_tree.h" |