Index: src/processor/source_line_resolver_base_types.h |
=================================================================== |
--- a/src/processor/source_line_resolver_base_types.h |
+++ b/src/processor/source_line_resolver_base_types.h |
@@ -38,16 +38,17 @@ |
// |
// Author: Siyang Xie (lambxsy@google.com) |
#include <stdio.h> |
#include <map> |
#include <string> |
+#include "google_breakpad/common/breakpad_types.h" |
#include "google_breakpad/processor/source_line_resolver_base.h" |
#include "google_breakpad/processor/stack_frame.h" |
#include "processor/cfi_frame_info.h" |
#include "processor/windows_frame_info.h" |
#ifndef PROCESSOR_SOURCE_LINE_RESOLVER_BASE_TYPES_H__ |
#define PROCESSOR_SOURCE_LINE_RESOLVER_BASE_TYPES_H__ |