From: Gabe Black Date: Sat, 12 Aug 2006 00:23:31 +0000 (-0400) Subject: #include of iostream needed. X-Git-Tag: m5_2.0_beta1~45 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1f44717732028a2491177816264a91f0690254c3;p=gem5.git #include of iostream needed. --HG-- extra : convert_revision : d31bb943ab25103cf715159054df318a5b88abc9 --- diff --git a/src/mem/cache/cache_blk.hh b/src/mem/cache/cache_blk.hh index 67e65d25b..a75c9611d 100644 --- a/src/mem/cache/cache_blk.hh +++ b/src/mem/cache/cache_blk.hh @@ -38,6 +38,8 @@ #include "sim/root.hh" // for Tick #include "arch/isa_traits.hh" // for Addr +#include + /** * Cache block status bit assignments */