diff options
Diffstat (limited to 'sim/main.cc')
-rw-r--r-- | sim/main.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sim/main.cc b/sim/main.cc index ee59cb83b..94928e36a 100644 --- a/sim/main.cc +++ b/sim/main.cc @@ -61,7 +61,7 @@ #include "sim/sim_object.hh" #include "sim/stat_control.hh" #include "sim/stats.hh" -#include "sim/universe.hh" +#include "sim/root.hh" using namespace std; |