summaryrefslogtreecommitdiff
path: root/src/mem/physical.cc
diff options
context:
space:
mode:
authorAli Saidi <Ali.Saidi@ARM.com>2011-02-23 15:10:49 -0600
committerAli Saidi <Ali.Saidi@ARM.com>2011-02-23 15:10:49 -0600
commitf05f35df99e2b9be3353d7585142b91139965e22 (patch)
tree65bc1ac4317951cda8de93dce6888f3f7d2cac30 /src/mem/physical.cc
parent805ad4ba411100123273fad1064362284d4de344 (diff)
downloadgem5-f05f35df99e2b9be3353d7585142b91139965e22.tar.xz
Includes: Don't include isa_traits.hh and use the TheISA namespace unless really needed.
Diffstat (limited to 'src/mem/physical.cc')
-rw-r--r--src/mem/physical.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/physical.cc b/src/mem/physical.cc
index 937fb80a2..db10e428c 100644
--- a/src/mem/physical.cc
+++ b/src/mem/physical.cc
@@ -53,6 +53,7 @@
#include <iostream>
#include <string>
+#include "arch/isa_traits.hh"
#include "arch/registers.hh"
#include "base/intmath.hh"
#include "base/misc.hh"