diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2011-08-16 02:46:57 -0700 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2011-08-16 02:46:57 -0700 |
commit | 78a4636a13854cc76688c8043d5b163d7a52269f (patch) | |
tree | c47a016a893120755f7a079af40c01420351d0f3 | |
parent | 769c1844f0c52843f10289deb001b914628904d1 (diff) | |
download | gem5-78a4636a13854cc76688c8043d5b163d7a52269f.tar.xz |
O3: Make lsq_unit.hh include arch/isa_traits.hh directly, not transitively.
-rw-r--r-- | src/cpu/o3/lsq_unit.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/lsq_unit.hh b/src/cpu/o3/lsq_unit.hh index 2076d67d1..693bee82c 100644 --- a/src/cpu/o3/lsq_unit.hh +++ b/src/cpu/o3/lsq_unit.hh @@ -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" |