| Index: tools/gn/function_get_path_info.cc
|
| diff --git a/tools/gn/function_get_path_info.cc b/tools/gn/function_get_path_info.cc
|
| index 09f29dcf1debc498261d8120d845bda021522c79..d994f06bde12371ebb96e88e461ae67a6f7a9cc9 100644
|
| --- a/tools/gn/function_get_path_info.cc
|
| +++ b/tools/gn/function_get_path_info.cc
|
| @@ -2,6 +2,8 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "tools/gn/err.h"
|
| #include "tools/gn/filesystem_utils.h"
|
| #include "tools/gn/functions.h"
|
|
|