diff options
| author | Fabian Imhof <fabian.imhof@ost.ch> | 2024-10-15 08:54:21 +0000 |
|---|---|---|
| committer | Fabian Imhof <fabian.imhof@ost.ch> | 2024-10-15 08:54:21 +0000 |
| commit | 1d533cc10d926dde641af05537b540427c27bf64 (patch) | |
| tree | a268f1b3235f556aacd40038cc50cf859899b00d /arch | |
| parent | 8524564b240d9859655603d1fb3717faf3cf558c (diff) | |
| download | teachos-1d533cc10d926dde641af05537b540427c27bf64.tar.xz teachos-1d533cc10d926dde641af05537b540427c27bf64.zip | |
add assert import
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/x86_64/include/arch/memory/paging.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86_64/include/arch/memory/paging.hpp b/arch/x86_64/include/arch/memory/paging.hpp index 25246f6..0b928b0 100644 --- a/arch/x86_64/include/arch/memory/paging.hpp +++ b/arch/x86_64/include/arch/memory/paging.hpp @@ -1,6 +1,8 @@ #ifndef TEACHOS_ARCH_X86_64_MEMORY_PAGING_HPP #define TEACHOS_ARCH_X86_64_MEMORY_PAGING_HPP +#include "arch/exception_handling/assert.hpp" + #include "frame_allocator.hpp" namespace teachos::arch::memory |
