| Index: tools/gn/pattern_unittest.cc
 | 
| diff --git a/tools/gn/pattern_unittest.cc b/tools/gn/pattern_unittest.cc
 | 
| index e9ffea6c35f5cdedf674cecb2617e5ecd5bfc268..683fe5662c20ccf44c7799ff7100390694293a50 100644
 | 
| --- a/tools/gn/pattern_unittest.cc
 | 
| +++ b/tools/gn/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/pattern.h"
 | 
|  
 | 
| 
 |