commit | f284b6b47039a2d7edfcbfc51f52664f82b5a789 | [log] [tgz] |
---|---|---|
author | anlex N <an0291170@gmail.com> | Tue Apr 23 17:07:07 2024 +0800 |
committer | GN LUCI <gn-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 24 08:31:53 2024 +0000 |
tree | 059b96c615a25e2bdf2cc18888e6a42ba54aa372 | |
parent | 155c53952ec2dc324b0438ce5b9bd4a286577d25 [diff] |
[src] Add "#include <limits>" in the //src/base/files/file_enumerator_win.cc Change-Id: I2f638122b9a7c1cba03af692bc45deade0690021 Reviewed-on: https://gn-review.googlesource.com/c/gn/+/17121 Reviewed-by: Takuto Ikuta <tikuta@google.com> Reviewed-by: David Turner <digit@google.com> Commit-Queue: David Turner <digit@google.com>
diff --git a/src/base/files/file_enumerator_win.cc b/src/base/files/file_enumerator_win.cc index aa884ea..0e8f6dc 100644 --- a/src/base/files/file_enumerator_win.cc +++ b/src/base/files/file_enumerator_win.cc
@@ -8,6 +8,8 @@ #include <stdint.h> #include <string.h> +#include <limits> + #include "base/logging.h" #include "base/win/win_util.h"