diff options
Diffstat (limited to 'src/cpu/o3/fu_pool.hh')
-rw-r--r-- | src/cpu/o3/fu_pool.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/fu_pool.hh b/src/cpu/o3/fu_pool.hh index 48037324c..20d742cc8 100644 --- a/src/cpu/o3/fu_pool.hh +++ b/src/cpu/o3/fu_pool.hh @@ -36,7 +36,7 @@ #include <string> #include <vector> -#include "base/sched_list.hh" +#include "cpu/sched_list.hh" #include "cpu/op_class.hh" #include "params/FUPool.hh" #include "sim/sim_object.hh" |