summaryrefslogtreecommitdiff
path: root/src/cpu/checker/cpu.cc
diff options
context:
space:
mode:
authorKevin Lim <ktlim@umich.edu>2006-06-13 11:38:16 -0400
committerKevin Lim <ktlim@umich.edu>2006-06-13 11:38:16 -0400
commit7bcab0803fcb5055832d4858fe84d671c1a79d89 (patch)
treef43737a75b1348e1cccb206536821e17819e2190 /src/cpu/checker/cpu.cc
parent841d0b9d40446160fdc1e073e16f9bd7b6501911 (diff)
downloadgem5-7bcab0803fcb5055832d4858fe84d671c1a79d89.tar.xz
Compile fix.
--HG-- extra : convert_revision : 20649b0b9b9c496aae22c19926c1166c8c0cc821
Diffstat (limited to 'src/cpu/checker/cpu.cc')
-rw-r--r--src/cpu/checker/cpu.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/checker/cpu.cc b/src/cpu/checker/cpu.cc
index ebc02f7be..37c5a3aa2 100644
--- a/src/cpu/checker/cpu.cc
+++ b/src/cpu/checker/cpu.cc
@@ -38,6 +38,7 @@
#include "cpu/simple_thread.hh"
#include "cpu/thread_context.hh"
#include "cpu/static_inst.hh"
+#include "mem/packet_impl.hh"
#include "sim/byteswap.hh"
#include "sim/sim_object.hh"
#include "sim/stats.hh"