diff options
Diffstat (limited to 'third_party/third_party.gyp')
-rw-r--r-- | third_party/third_party.gyp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/third_party.gyp b/third_party/third_party.gyp index 79368b5a68..df5341d44a 100644 --- a/third_party/third_party.gyp +++ b/third_party/third_party.gyp @@ -265,11 +265,12 @@ 'base/logging.h', 'base/macros.h', 'base/nonstd_unique_ptr.h', - 'base/template_util.h', 'base/numerics/safe_conversions.h', 'base/numerics/safe_conversions_impl.h', 'base/numerics/safe_math.h', 'base/numerics/safe_math_impl.h', + 'base/stl_util.h', + 'base/template_util.h', ], }, ], |