| Index: tools/gn/function_rebase_path.cc
|
| diff --git a/tools/gn/function_rebase_path.cc b/tools/gn/function_rebase_path.cc
|
| index ffe4eae565f6d49253bfde38d8af2f4de40041f5..6661d8112b7480fff5fc0f3d8b478da038d9d174 100644
|
| --- a/tools/gn/function_rebase_path.cc
|
| +++ b/tools/gn/function_rebase_path.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/build_settings.h"
|
| #include "tools/gn/filesystem_utils.h"
|
| #include "tools/gn/functions.h"
|
|
|