aboutsummaryrefslogtreecommitdiff
path: root/arch/x86_64/src/memory/mmu.cpp
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2025-12-15 16:46:51 +0100
committerFelix Morgner <felix.morgner@ost.ch>2025-12-15 16:46:51 +0100
commit1945dd16716392e70e74efacd19e779f121bd1da (patch)
treed806e1e515547089c1f69a0f66eb8697b142b2a4 /arch/x86_64/src/memory/mmu.cpp
parente865cae1ad93ab92b0c5e165e17b0552e5a2e6fa (diff)
downloadteachos-1945dd16716392e70e74efacd19e779f121bd1da.tar.xz
teachos-1945dd16716392e70e74efacd19e779f121bd1da.zip
chore: fix missing includes
Diffstat (limited to 'arch/x86_64/src/memory/mmu.cpp')
-rw-r--r--arch/x86_64/src/memory/mmu.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/src/memory/mmu.cpp b/arch/x86_64/src/memory/mmu.cpp
index 8ec8a2e..e15d94e 100644
--- a/arch/x86_64/src/memory/mmu.cpp
+++ b/arch/x86_64/src/memory/mmu.cpp
@@ -1,5 +1,7 @@
#include "x86_64/memory/mmu.hpp"
+#include "kapi/memory.hpp"
+
#include "x86_64/cpu/registers.hpp"
namespace teachos::memory::x86_64