O3: Make lsq_unit.hh include arch/isa_traits.hh directly, not transitively.
authorGabe Black <gblack@eecs.umich.edu>
Tue, 16 Aug 2011 09:46:57 +0000 (02:46 -0700)
committerGabe Black <gblack@eecs.umich.edu>
Tue, 16 Aug 2011 09:46:57 +0000 (02:46 -0700)
src/cpu/o3/lsq_unit.hh

index 2076d67d10b8d3517abf2191ab4d7a22fdf55b62..693bee82c5abd6ea1fa0342602029de6ff069e74 100644 (file)
@@ -38,6 +38,7 @@
 #include <queue>
 
 #include "arch/faults.hh"
+#include "arch/isa_traits.hh"
 #include "arch/locked_mem.hh"
 #include "arch/mmapped_ipr.hh"
 #include "base/fast_alloc.hh"