| Index: tools/gn/label_pattern_unittest.cc
|
| diff --git a/tools/gn/label_pattern_unittest.cc b/tools/gn/label_pattern_unittest.cc
|
| index 9cd5de01f5d77f1e169751868ff5ce7f31d41792..19e253027e5517cc469932a182e5d4a08357a6c5 100644
|
| --- a/tools/gn/label_pattern_unittest.cc
|
| +++ b/tools/gn/label_pattern_unittest.cc
|
| @@ -2,6 +2,9 @@
|
| // 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 "testing/gtest/include/gtest/gtest.h"
|
| #include "tools/gn/err.h"
|
| #include "tools/gn/label_pattern.h"
|
|
|