O3 IEW: Make incrWb and decrWb clearer
[gem5.git] / src / cpu / profile.hh
index 9606ed24d9747387fe0935c3a341ad2930c8bff4..8fb0e3a8e3308714ea4a11ea4c4d0b3baf372f0d 100644 (file)
@@ -34,8 +34,9 @@
 #include <map>
 
 #include "arch/stacktrace.hh"
-#include "cpu/static_inst.hh"
 #include "base/types.hh"
+#include "config/the_isa.hh"
+#include "cpu/static_inst.hh"
 
 class ThreadContext;