summaryrefslogtreecommitdiff
path: root/src/cpu/o3
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-13 11:58:05 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-13 11:58:05 -0400
commit66af2a7bf4c82cb90fde5d3a796bbe2cad9ed560 (patch)
treeb8efa634a5e192be3987a7015a133c542fa2d8a3 /src/cpu/o3
parent6ee38f143ec8796b819a1db901828a4903607c19 (diff)
parent7bcab0803fcb5055832d4858fe84d671c1a79d89 (diff)
downloadgem5-66af2a7bf4c82cb90fde5d3a796bbe2cad9ed560.tar.xz
Merge ktlim@zizzer:/bk/newmem
into zizzer.eecs.umich.edu:/.automount/zamp/z/ktlim2/clean/newmem-merge --HG-- extra : convert_revision : 1a00a3970c6064cb59cd2f788094569fc431bf70
Diffstat (limited to 'src/cpu/o3')
-rw-r--r--src/cpu/o3/lsq_unit_impl.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/lsq_unit_impl.hh b/src/cpu/o3/lsq_unit_impl.hh
index 6f32ec304..4c01f29a2 100644
--- a/src/cpu/o3/lsq_unit_impl.hh
+++ b/src/cpu/o3/lsq_unit_impl.hh
@@ -32,6 +32,7 @@
#include "cpu/checker/cpu.hh"
#include "cpu/o3/lsq_unit.hh"
#include "base/str.hh"
+#include "mem/packet.hh"
#include "mem/request.hh"
template<class Impl>