mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-03-03 11:42:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user