diff options
author | Andreas Hansson <andreas.hansson@arm.com> | 2017-02-19 05:30:31 -0500 |
---|---|---|
committer | Andreas Hansson <andreas.hansson@arm.com> | 2017-02-19 05:30:31 -0500 |
commit | 4fc16544af39cfb55feefcbcbb13e5e3c9f61b80 (patch) | |
tree | c8695193983f0b00bd3299ce856053280f1ca0eb /src/mem | |
parent | d3d983caf94375b992940b017aeb4a73da28833c (diff) | |
download | gem5-4fc16544af39cfb55feefcbcbb13e5e3c9f61b80.tar.xz |
mem: Fix memory footprint includes
Fix compilation errors due to missing include.
Diffstat (limited to 'src/mem')
-rw-r--r-- | src/mem/probes/mem_footprint.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/probes/mem_footprint.hh b/src/mem/probes/mem_footprint.hh index 821d61ae1..35c03cc79 100644 --- 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" |