summaryrefslogtreecommitdiff
path: root/src/cpu/pred/btb.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/pred/btb.cc')
-rw-r--r--src/cpu/pred/btb.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/pred/btb.cc b/src/cpu/pred/btb.cc
index e87cc6dc2..393e52ccf 100644
--- a/src/cpu/pred/btb.cc
+++ b/src/cpu/pred/btb.cc
@@ -31,6 +31,7 @@
#include "base/intmath.hh"
#include "base/trace.hh"
#include "cpu/pred/btb.hh"
+#include "debug/Fetch.hh"
DefaultBTB::DefaultBTB(unsigned _numEntries,
unsigned _tagBits,