fix includes and remove tr1::unordered_map

_LIBCPP_VERSION doesn't reliably detect c++11.

Change-Id: I1adb4303269885e4a08648f049e14b244a2fde50
Reviewed-on: https://chromium-review.googlesource.com/c/breakpad/breakpad/+/2911693
Reviewed-by: Nelson Billing <nbilling@google.com>
This commit is contained in:
Joshua Peraza
2021-05-20 15:26:09 -07:00
parent 0e86eebc5a
commit b7ce678aec
4 changed files with 5 additions and 7 deletions

View File

@@ -30,6 +30,8 @@
#ifndef COMMON_DWARF_LINE_STATE_MACHINE_H__
#define COMMON_DWARF_LINE_STATE_MACHINE_H__
#include <stdint.h>
namespace dwarf2reader {
// This is the format of a DWARF2/3 line state machine that we process