aboutsummaryrefslogtreecommitdiff
path: root/src/common/windows/omap_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/windows/omap_internal.h')
-rw-r--r--src/common/windows/omap_internal.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/windows/omap_internal.h b/src/common/windows/omap_internal.h
index 3f904d7a..2a4713d9 100644
--- a/src/common/windows/omap_internal.h
+++ b/src/common/windows/omap_internal.h
@@ -35,6 +35,7 @@
#include <windows.h>
#include <dia2.h>
+#include <map>
#include <vector>
namespace google_breakpad {
@@ -130,6 +131,8 @@ struct ImageMap {
// an interval in |mapping| that contains the endpoint. Useful for doing
// interval intersection queries.
EndpointIndexMap endpoint_index_map;
+
+ std::map<DWORD, DWORD> subsequent_rva_block;
};
} // namespace google_breakpad