Chromium Code Reviews| Index: tools/gn/string_utils.cc |
| diff --git a/tools/gn/string_utils.cc b/tools/gn/string_utils.cc |
| index 496970bcc00819c9c4da77f381d28259d967107c..5ee12d9dcea34402ae7a912f9dda470b2646af5a 100644 |
| --- a/tools/gn/string_utils.cc |
| +++ b/tools/gn/string_utils.cc |
| @@ -4,6 +4,8 @@ |
| #include "tools/gn/string_utils.h" |
| +#include <stddef.h> |
| + |
| #include "tools/gn/err.h" |
| #include "tools/gn/input_file.h" |
| #include "tools/gn/parser.h" |