diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 17:04:15 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-12-15 17:04:15 +0100 |
| commit | a9eeec745e29d89afd48ee43d09432eb6fc35be7 (patch) | |
| tree | 6fc71a253c8b0325d303bd34c95b564ba536ed14 /arch/x86_64/src/memory | |
| parent | 1945dd16716392e70e74efacd19e779f121bd1da (diff) | |
| download | teachos-a9eeec745e29d89afd48ee43d09432eb6fc35be7.tar.xz teachos-a9eeec745e29d89afd48ee43d09432eb6fc35be7.zip | |
kapi/memory: initialize memory subsystem
Diffstat (limited to 'arch/x86_64/src/memory')
| -rw-r--r-- | arch/x86_64/src/memory/region_allocator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86_64/src/memory/region_allocator.cpp b/arch/x86_64/src/memory/region_allocator.cpp index dbe14cd..0f65b3a 100644 --- a/arch/x86_64/src/memory/region_allocator.cpp +++ b/arch/x86_64/src/memory/region_allocator.cpp @@ -8,6 +8,7 @@ #include <algorithm> #include <optional> #include <ranges> +#include <utility> namespace teachos::memory::x86_64 { |
