From: Gabe Black Date: Mon, 7 Feb 2011 09:21:21 +0000 (-0800) Subject: X86: Fix compiling vtophys.cc X-Git-Tag: stable_2012_02_02~572 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=0c4b816d84541f832530d8a68aa51832d2a1b73f;p=gem5.git X86: Fix compiling vtophys.cc --- diff --git a/src/arch/x86/vtophys.cc b/src/arch/x86/vtophys.cc index 3a6932564..0fa43fd4c 100644 --- a/src/arch/x86/vtophys.cc +++ b/src/arch/x86/vtophys.cc @@ -45,7 +45,7 @@ #include "base/trace.hh" #include "config/full_system.hh" #include "cpu/thread_context.hh" -#include "sim/fault.hh" +#include "sim/fault_fwd.hh" using namespace std;