From 4fc16544af39cfb55feefcbcbb13e5e3c9f61b80 Mon Sep 17 00:00:00 2001 From: Andreas Hansson Date: Sun, 19 Feb 2017 05:30:31 -0500 Subject: [PATCH] mem: Fix memory footprint includes Fix compilation errors due to missing include. --- src/mem/probes/mem_footprint.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 +#include #include "base/callback.hh" #include "mem/packet.hh"