summaryrefslogtreecommitdiff
path: root/src/mem/probes
diff options
context:
space:
mode:
authorAndreas Hansson <andreas.hansson@arm.com>2017-02-19 05:30:31 -0500
committerAndreas Hansson <andreas.hansson@arm.com>2017-02-19 05:30:31 -0500
commit4fc16544af39cfb55feefcbcbb13e5e3c9f61b80 (patch)
treec8695193983f0b00bd3299ce856053280f1ca0eb /src/mem/probes
parentd3d983caf94375b992940b017aeb4a73da28833c (diff)
downloadgem5-4fc16544af39cfb55feefcbcbb13e5e3c9f61b80.tar.xz
mem: Fix memory footprint includes
Fix compilation errors due to missing include.
Diffstat (limited to 'src/mem/probes')
-rw-r--r--src/mem/probes/mem_footprint.hh2
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"