#include of iostream needed.
authorGabe Black <gblack@eecs.umich.edu>
Sat, 12 Aug 2006 00:23:31 +0000 (20:23 -0400)
committerGabe Black <gblack@eecs.umich.edu>
Sat, 12 Aug 2006 00:23:31 +0000 (20:23 -0400)
--HG--
extra : convert_revision : d31bb943ab25103cf715159054df318a5b88abc9

src/mem/cache/cache_blk.hh

index 67e65d25bb01c783fa84fa7eef69e7ddb07a2dfb..a75c9611de0737c7ec38eecd3cd82d9b53652ade 100644 (file)
@@ -38,6 +38,8 @@
 #include "sim/root.hh"         // for Tick
 #include "arch/isa_traits.hh"  // for Addr
 
+#include <iostream>
+
 /**
  * Cache block status bit assignments
  */