changeset 77b4fd593427 in /z/repo/gem5
details: http://repo.gem5.org/gem5?cmd=changeset;node=77b4fd593427
description:
mem: Fix memory footprint includes
Fix compilation errors due to missing include.
diffstat:
src/mem/probes/mem_footprint.hh | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 103e2f92c965 -r 77b4fd593427 src/mem/probes/mem_footprint.hh
--- a/src/mem/probes/mem_footprint.hh Wed Nov 09 14:27:42 2016 -0600
+++ b/src/mem/probes/mem_footprint.hh Sun Feb 19 05:30:31 2017 -0500
@@ -41,7 +41,7 @@
#ifndef __MEM_PROBES_MEM_FOOTPRINT_HH__
#define __MEM_PROBES_MEM_FOOTPRINT_HH__
-#include <unordered_map>
+#include <unordered_set>
#include "base/callback.hh"
#include "mem/packet.hh"
_______________________________________________
gem5-dev mailing list
[email protected]
http://m5sim.org/mailman/listinfo/gem5-dev