diff options
Diffstat (limited to 'src/mem/ruby/structures/PersistentTable.hh')
-rw-r--r-- | src/mem/ruby/structures/PersistentTable.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/ruby/structures/PersistentTable.hh b/src/mem/ruby/structures/PersistentTable.hh index e5296d1e8..bc1d79e9d 100644 --- a/src/mem/ruby/structures/PersistentTable.hh +++ b/src/mem/ruby/structures/PersistentTable.hh @@ -32,10 +32,10 @@ #include <iostream> #include <unordered_map> -#include "mem/protocol/AccessType.hh" #include "mem/ruby/common/Address.hh" #include "mem/ruby/common/MachineID.hh" #include "mem/ruby/common/NetDest.hh" +#include "mem/ruby/protocol/AccessType.hh" class PersistentTableEntry { |