diff options
Diffstat (limited to 'src/arch/riscv')
-rw-r--r-- | src/arch/riscv/registers.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/riscv/registers.hh b/src/arch/riscv/registers.hh index d8977030d..0793398fb 100644 --- a/src/arch/riscv/registers.hh +++ b/src/arch/riscv/registers.hh @@ -50,9 +50,9 @@ #include <map> #include <string> +#include "arch/isa_traits.hh" #include "arch/riscv/generated/max_inst_regs.hh" #include "base/types.hh" -#include "sim/system.hh" namespace RiscvISA { |