diff options
Diffstat (limited to 'sim/system.cc')
-rw-r--r-- | sim/system.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sim/system.cc b/sim/system.cc index 990145826..ebeb5b244 100644 --- a/sim/system.cc +++ b/sim/system.cc @@ -41,6 +41,7 @@ #include "base/trace.hh" using namespace std; +using namespace TheISA; vector<System *> System::systemList; |