diff options
Diffstat (limited to 'src/base/remote_gdb.cc')
-rw-r--r-- | src/base/remote_gdb.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/base/remote_gdb.cc b/src/base/remote_gdb.cc index aa13e1f50..77f793769 100644 --- a/src/base/remote_gdb.cc +++ b/src/base/remote_gdb.cc @@ -134,6 +134,7 @@ #include "mem/port.hh" #include "mem/translating_port.hh" #include "mem/vport.hh" +#include "sim/full_system.hh" #include "sim/system.hh" using namespace std; |