projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05c487e
)
Include packet_impl.hh (need this on my laptop,
author
Steve Reinhardt
<stever@eecs.umich.edu>
Wed, 18 Oct 2006 04:16:17 +0000
(21:16 -0700)
committer
Steve Reinhardt
<stever@eecs.umich.edu>
Wed, 18 Oct 2006 04:16:17 +0000
(21:16 -0700)
but not on zizzer... g++ 4 thing maybe?)
--HG--
extra : convert_revision :
31c49f1c55fe9daf6365411bfb5bb7f6ccc8032d
src/mem/cache/base_cache.cc
patch
|
blob
|
history
diff --git
a/src/mem/cache/base_cache.cc
b/src/mem/cache/base_cache.cc
index 6250b72d4ed764e8543df5e2bbf8ba003348ec8c..51b4ed55e42c46d724f4fbc08021afa35bb195ca 100644
(file)
--- a/
src/mem/cache/base_cache.cc
+++ b/
src/mem/cache/base_cache.cc
@@
-34,9
+34,10
@@
*/
#include "mem/cache/base_cache.hh"
+#include "mem/cache/miss/mshr.hh"
+#include "mem/packet_impl.hh"
#include "cpu/smt.hh"
#include "cpu/base.hh"
-#include "mem/cache/miss/mshr.hh"
using namespace std;