Index: snapshot/mac/process_snapshot_mac.h |
diff --git a/snapshot/mac/process_snapshot_mac.h b/snapshot/mac/process_snapshot_mac.h |
index 6fb726e0a5b31589602d0a8c913cc5a3ef51aab2..8712679c0a4ca259de7df3a084dca3a8d3e99674 100644 |
--- a/snapshot/mac/process_snapshot_mac.h |
+++ b/snapshot/mac/process_snapshot_mac.h |
@@ -33,6 +33,7 @@ |
#include "snapshot/mac/process_reader.h" |
#include "snapshot/mac/system_snapshot_mac.h" |
#include "snapshot/mac/thread_snapshot_mac.h" |
+#include "snapshot/memory_map_region_snapshot.h" |
#include "snapshot/module_snapshot.h" |
#include "snapshot/process_snapshot.h" |
#include "snapshot/system_snapshot.h" |
@@ -126,6 +127,7 @@ class ProcessSnapshotMac final : public ProcessSnapshot { |
std::vector<const ThreadSnapshot*> Threads() const override; |
std::vector<const ModuleSnapshot*> Modules() const override; |
const ExceptionSnapshot* Exception() const override; |
+ std::vector<const MemoryMapRegionSnapshot*> MemoryMap() const override; |
std::vector<const MemorySnapshot*> ExtraMemory() const override; |
private: |