| Index: tools/gn/command_desc.cc
|
| diff --git a/tools/gn/command_desc.cc b/tools/gn/command_desc.cc
|
| index d920f2cfd9b3602f580a1c30866e68652f4a2623..27b1d01d45f1ecdb8449599814cef251afbbad7b 100644
|
| --- a/tools/gn/command_desc.cc
|
| +++ b/tools/gn/command_desc.cc
|
| @@ -2,11 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| +#include <stddef.h>
|
| +
|
| #include <algorithm>
|
| #include <set>
|
| #include <sstream>
|
|
|
| #include "base/command_line.h"
|
| +#include "build/build_config.h"
|
| #include "tools/gn/commands.h"
|
| #include "tools/gn/config.h"
|
| #include "tools/gn/config_values_extractors.h"
|
|
|