diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 16:46:51 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 16:46:51 +0100 |
| commit | 1945dd16716392e70e74efacd19e779f121bd1da (patch) | |
| tree | d806e1e515547089c1f69a0f66eb8697b142b2a4 /arch/x86_64/src/memory/scoped_mapping.cpp | |
| parent | e865cae1ad93ab92b0c5e165e17b0552e5a2e6fa (diff) | |
| download | kernel-1945dd16716392e70e74efacd19e779f121bd1da.tar.xz kernel-1945dd16716392e70e74efacd19e779f121bd1da.zip | |
chore: fix missing includes
Diffstat (limited to 'arch/x86_64/src/memory/scoped_mapping.cpp')
| -rw-r--r-- | arch/x86_64/src/memory/scoped_mapping.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/src/memory/scoped_mapping.cpp b/arch/x86_64/src/memory/scoped_mapping.cpp index fa68387..a86aaed 100644 --- a/arch/x86_64/src/memory/scoped_mapping.cpp +++ b/arch/x86_64/src/memory/scoped_mapping.cpp @@ -7,6 +7,7 @@ #include "x86_64/memory/page_table.hpp" #include "x86_64/memory/paging_root.hpp" +#include <cstddef> #include <utility> namespace teachos::memory::x86_64 |
