breakpad/src/common/dwarf
George Burgess IV c161459d7e dwarf2reader: include <algorithm>
On CrOS, a breakpad update is breaking:
```
google-breakpad-2022.07.03.054510-r210:       no member named 'sort' in
namespace 'std'
google-breakpad-2022.07.03.054510-r210:   std::sort(abbrevs_->begin(),
abbrevs_->end(),
google-breakpad-2022.07.03.054510-r210:   ~~~~~^
```

Looks like we're missing the include for `sort`.

Bug: 235999011
Change-Id: I917389c12b370357fd1fc7cb08af0b9d7f315c84
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/3741510
Reviewed-by: Mike Frysinger <vapier@chromium.org>
2022-07-03 17:19:35 +00:00
..
bytereader-inl.h Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
bytereader.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
bytereader.h Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
bytereader_unittest.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
cfi_assembler.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
cfi_assembler.h Fix Clang Tidy error and fix ambiguous use of Endianess 2021-05-26 20:14:52 +00:00
dwarf2diehandler.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
dwarf2diehandler.h Use -d flag enable procecessing DW_TAG_inlined_subroutine 2021-09-16 22:52:27 +00:00
dwarf2diehandler_unittest.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
dwarf2enums.h Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
dwarf2reader.cc dwarf2reader: include <algorithm> 2022-07-03 17:19:35 +00:00
dwarf2reader.h Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
dwarf2reader_cfi_unittest.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
dwarf2reader_die_unittest.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
dwarf2reader_lineinfo_unittest.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
dwarf2reader_splitfunctions_unittest.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
dwarf2reader_test_common.h Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
elf_reader.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
elf_reader.h Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
functioninfo.cc Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
functioninfo.h Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
line_state_machine.h Move the dwarf2reader objects into google_breakpad namespace to make it consistent with cfi_assembler.cc 2021-05-26 17:46:49 +00:00
types.h Use stdint.h numeric types 2020-04-09 00:09:40 +00:00