| Index: tools/gn/command_args.cc
 | 
| diff --git a/tools/gn/command_args.cc b/tools/gn/command_args.cc
 | 
| index a8b009764f26161bf8885ef18f701c8d99fc17a2..12c20d75027952c3b06ca9ea0e99ae29a4ae9416 100644
 | 
| --- a/tools/gn/command_args.cc
 | 
| +++ b/tools/gn/command_args.cc
 | 
| @@ -2,8 +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 <stdio.h>
 | 
|  #include <stdlib.h>
 | 
| +#include <string.h>
 | 
|  
 | 
|  #include <map>
 | 
|  
 | 
| @@ -13,6 +15,7 @@
 | 
|  #include "base/process/launch.h"
 | 
|  #include "base/strings/string_number_conversions.h"
 | 
|  #include "base/strings/string_util.h"
 | 
| +#include "build/build_config.h"
 | 
|  #include "tools/gn/commands.h"
 | 
|  #include "tools/gn/filesystem_utils.h"
 | 
|  #include "tools/gn/input_file.h"
 | 
| 
 |