diff options
Diffstat (limited to 'src/mem/probes')
-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" |