Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes bazelbuild#12702. Without this include the build is failing with: third_party/ijar/mapped_file_unix.cc: In constructor 'devtools_ijar::MappedOutputFile::MappedOutputFile(const char*, size_t)': third_party/ijar/mapped_file_unix.cc:115:21: error: 'numeric_limits' is not a member of 'std' 115 | std::numeric_limits<size_t>::max()); | ^~~~~~~~~~~~~~
- Loading branch information