projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e684265
)
#include of iostream needed.
author
Gabe Black
<gblack@eecs.umich.edu>
Sat, 12 Aug 2006 00:23:31 +0000
(20:23 -0400)
committer
Gabe 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
patch
|
blob
|
history
diff --git
a/src/mem/cache/cache_blk.hh
b/src/mem/cache/cache_blk.hh
index 67e65d25bb01c783fa84fa7eef69e7ddb07a2dfb..a75c9611de0737c7ec38eecd3cd82d9b53652ade 100644
(file)
--- 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 <iostream>
+
/**
* Cache block status bit assignments
*/