summaryrefslogtreecommitdiff
path: root/src/arch/x86/pseudo_inst.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/arch/x86/pseudo_inst.cc')
-rw-r--r--src/arch/x86/pseudo_inst.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/pseudo_inst.cc b/src/arch/x86/pseudo_inst.cc
index edba0474a..acf310631 100644
--- a/src/arch/x86/pseudo_inst.cc
+++ b/src/arch/x86/pseudo_inst.cc
@@ -31,9 +31,10 @@
#include "arch/x86/pseudo_inst.hh"
#include "arch/x86/system.hh"
+#include "cpu/thread_context.hh"
#include "debug/PseudoInst.hh"
+#include "mem/se_translating_port_proxy.hh"
#include "sim/process.hh"
-#include "sim/system.hh"
using namespace X86ISA;