From: Andreas Hansson Date: Sun, 19 Feb 2017 10:30:31 +0000 (-0500) Subject: mem: Fix memory footprint includes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4fc16544af39cfb55feefcbcbb13e5e3c9f61b80;p=gem5.git mem: Fix memory footprint includes Fix compilation errors due to missing include. --- 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"