diff options
| author | Felix Morgner <felix.morgner@ost.ch> | 2025-10-30 16:01:26 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@ost.ch> | 2025-10-30 16:01:26 +0100 |
| commit | c5ff471e253b27c0d58a78a07322f63522b3e487 (patch) | |
| tree | 4ea4eae95f8838cdfec2ebd8277fa466700ea9cc | |
| parent | 78f0df1cf849af8b0ade40a8ebcffd7fb53635cb (diff) | |
| download | teachos-c5ff471e253b27c0d58a78a07322f63522b3e487.tar.xz teachos-c5ff471e253b27c0d58a78a07322f63522b3e487.zip | |
chore: fix header grouping
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/heap/linked_list_allocator.hpp | 1 | ||||
| -rw-r--r-- | arch/x86_64/pre/include/arch/memory/multiboot/reader.hpp | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/pre/include/arch/memory/heap/linked_list_allocator.hpp b/arch/x86_64/pre/include/arch/memory/heap/linked_list_allocator.hpp index 540ff5c..bb8b526 100644 --- a/arch/x86_64/pre/include/arch/memory/heap/linked_list_allocator.hpp +++ b/arch/x86_64/pre/include/arch/memory/heap/linked_list_allocator.hpp @@ -3,6 +3,7 @@ #include "arch/memory/heap/heap_allocator.hpp" #include "arch/memory/heap/memory_block.hpp" + #include <kstd/mutex.hpp> namespace teachos::arch::memory::heap diff --git a/arch/x86_64/pre/include/arch/memory/multiboot/reader.hpp b/arch/x86_64/pre/include/arch/memory/multiboot/reader.hpp index ba80918..275e5e2 100644 --- a/arch/x86_64/pre/include/arch/memory/multiboot/reader.hpp +++ b/arch/x86_64/pre/include/arch/memory/multiboot/reader.hpp @@ -5,6 +5,7 @@ // #include "arch/memory/multiboot/memory_map.hpp" #include "arch/memory/multiboot/elf_symbols_section.hpp" + #include <multiboot2/information.hpp> #include <cstdint> |
