| Index: tools/gn/label_unittest.cc
|
| diff --git a/tools/gn/label_unittest.cc b/tools/gn/label_unittest.cc
|
| index 9fea8125e2cc5a9879a277e7a349b325eec876ee..37c097f23224e52e92598ab9eae44907a84ab5d2 100644
|
| --- a/tools/gn/label_unittest.cc
|
| +++ b/tools/gn/label_unittest.cc
|
| @@ -2,6 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| +#include "base/macros.h"
|
| +#include "build/build_config.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "tools/gn/err.h"
|
| #include "tools/gn/label.h"
|
|
|