diff options
Diffstat (limited to 'cpu/pc_event.hh')
-rw-r--r-- | cpu/pc_event.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/pc_event.hh b/cpu/pc_event.hh index 24442f5f4..08c6fa59a 100644 --- a/cpu/pc_event.hh +++ b/cpu/pc_event.hh @@ -31,7 +31,7 @@ #include <vector> -#include "mem_req.hh" +#include "targetarch/mem_req.hh" class ExecContext; class PCEventQueue; |