summaryrefslogtreecommitdiff
path: root/dev/platform.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dev/platform.cc')
-rw-r--r--dev/platform.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/platform.cc b/dev/platform.cc
index 58f94db7b..5b667b12c 100644
--- a/dev/platform.cc
+++ b/dev/platform.cc
@@ -31,6 +31,7 @@
#include "sim/sim_exit.hh"
using namespace std;
+using namespace TheISA;
Platform::Platform(const string &name, IntrControl *intctrl, PciConfigAll *pci)
: SimObject(name), intrctrl(intctrl), pciconfig(pci)