projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d3d983c
)
mem: Fix memory footprint includes
author
Andreas Hansson
<andreas.hansson@arm.com>
Sun, 19 Feb 2017 10:30:31 +0000
(
05:30
-0500)
committer
Andreas Hansson
<andreas.hansson@arm.com>
Sun, 19 Feb 2017 10:30:31 +0000
(
05:30
-0500)
Fix compilation errors due to missing include.
src/mem/probes/mem_footprint.hh
patch
|
blob
|
history
diff --git
a/src/mem/probes/mem_footprint.hh
b/src/mem/probes/mem_footprint.hh
index 821d61ae1fc43f93381fda46a06e68fa74098ecc..35c03cc7981065d0c63a383048670b91ffbd2bde 100644
(file)
--- a/
src/mem/probes/mem_footprint.hh
+++ b/
src/mem/probes/mem_footprint.hh
@@
-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"