summaryrefslogtreecommitdiff
path: root/src/mem/cache/cache_blk.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-08-11 20:23:31 -0400
committerGabe Black <gblack@eecs.umich.edu>2006-08-11 20:23:31 -0400
commit1f44717732028a2491177816264a91f0690254c3 (patch)
tree5409f7521315616f427d3467fb737607a3089145 /src/mem/cache/cache_blk.hh
parente6842652ba14a545d08286d23c43aa0f379314f8 (diff)
downloadgem5-1f44717732028a2491177816264a91f0690254c3.tar.xz
#include of iostream needed.
--HG-- extra : convert_revision : d31bb943ab25103cf715159054df318a5b88abc9
Diffstat (limited to 'src/mem/cache/cache_blk.hh')
-rw-r--r--src/mem/cache/cache_blk.hh2
1 files changed, 2 insertions, 0 deletions
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 <iostream>
+
/**
* Cache block status bit assignments
*/