cpu: O3 add a header declaring the DerivO3CPU
[gem5.git] / src / cpu / NativeTrace.py
index dba6de06776aa97baa2a63b516009bdc06c8fe82..fbcb341f0029502ad0f70f7df09ff8472757ca87 100644 (file)
@@ -34,3 +34,4 @@ class NativeTrace(ExeTracer):
     abstract = True
     type = 'NativeTrace'
     cxx_class = 'Trace::NativeTrace'
+    cxx_header = "cpu/nativetrace.hh"