diff options
Diffstat (limited to 'cpu/beta_cpu/fetch_impl.hh')
-rw-r--r-- | cpu/beta_cpu/fetch_impl.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/beta_cpu/fetch_impl.hh b/cpu/beta_cpu/fetch_impl.hh index fd23354a1..b49064565 100644 --- a/cpu/beta_cpu/fetch_impl.hh +++ b/cpu/beta_cpu/fetch_impl.hh @@ -37,7 +37,7 @@ #include "mem/mem_req.hh" #include "cpu/beta_cpu/fetch.hh" -#include "sim/universe.hh" +#include "sim/root.hh" template<class Impl> SimpleFetch<Impl>::CacheCompletionEvent |