summaryrefslogtreecommitdiff
path: root/src/cpu/IntelTrace.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/IntelTrace.py')
-rw-r--r--src/cpu/IntelTrace.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/IntelTrace.py b/src/cpu/IntelTrace.py
index 3642f3174..6319ed1aa 100644
--- a/src/cpu/IntelTrace.py
+++ b/src/cpu/IntelTrace.py
@@ -33,3 +33,4 @@ from InstTracer import InstTracer
class IntelTrace(InstTracer):
type = 'IntelTrace'
cxx_class = 'Trace::IntelTrace'
+ cxx_header = "cpu/inteltrace.hh"