summaryrefslogtreecommitdiff
path: root/src/mem/ruby/structures/TimerTable.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/ruby/structures/TimerTable.cc')
-rw-r--r--src/mem/ruby/structures/TimerTable.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mem/ruby/structures/TimerTable.cc b/src/mem/ruby/structures/TimerTable.cc
index 7d0dd3c01..17dac6fc0 100644
--- a/src/mem/ruby/structures/TimerTable.cc
+++ b/src/mem/ruby/structures/TimerTable.cc
@@ -27,7 +27,8 @@
*/
#include "mem/ruby/structures/TimerTable.hh"
-#include "mem/ruby/system/System.hh"
+
+#include "mem/ruby/system/RubySystem.hh"
TimerTable::TimerTable()
: m_next_time(0)