From 5281ceb0d680051f9d9b3bd92f2a1b87c3a94caf Mon Sep 17 00:00:00 2001 From: MadMaurice Date: Tue, 29 Aug 2023 23:16:18 +0200 Subject: [PATCH] cpu/cpu - Fix include --- cpu/cpu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpu/cpu.h b/cpu/cpu.h index 37860a1..b31fdec 100644 --- a/cpu/cpu.h +++ b/cpu/cpu.h @@ -2,7 +2,7 @@ #include -#include "memory/mem_device.h" +#include typedef u8 opcode_t;