From f05f35df99e2b9be3353d7585142b91139965e22 Mon Sep 17 00:00:00 2001 From: Ali Saidi Date: Wed, 23 Feb 2011 15:10:49 -0600 Subject: Includes: Don't include isa_traits.hh and use the TheISA namespace unless really needed. --- src/mem/physical.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mem/physical.cc') 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 #include +#include "arch/isa_traits.hh" #include "arch/registers.hh" #include "base/intmath.hh" #include "base/misc.hh" -- cgit v1.2.3