mem: Fix memory footprint includes
authorAndreas Hansson <andreas.hansson@arm.com>
Sun, 19 Feb 2017 10:30:31 +0000 (05:30 -0500)
committerAndreas 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

index 821d61ae1fc43f93381fda46a06e68fa74098ecc..35c03cc7981065d0c63a383048670b91ffbd2bde 100644 (file)
@@ -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"