summaryrefslogtreecommitdiff
path: root/cpu/beta_cpu/regfile.hh
diff options
context:
space:
mode:
Diffstat (limited to 'cpu/beta_cpu/regfile.hh')
-rw-r--r--cpu/beta_cpu/regfile.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpu/beta_cpu/regfile.hh b/cpu/beta_cpu/regfile.hh
index 148d9408a..f6fb917ba 100644
--- a/cpu/beta_cpu/regfile.hh
+++ b/cpu/beta_cpu/regfile.hh
@@ -8,6 +8,8 @@ using namespace std;
#include "arch/alpha/isa_traits.hh"
#include "cpu/beta_cpu/comm.hh"
+#include "base/trace.hh"
+
// This really only depends on the ISA, and not the Impl. It might be nicer
// to see if I can make it depend on nothing...
// Things that are in the ifdef FULL_SYSTEM are pretty dependent on the ISA,