aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Imhof <fabian.imhof@ost.ch>2024-10-15 08:54:21 +0000
committerFabian Imhof <fabian.imhof@ost.ch>2024-10-15 08:54:21 +0000
commit1d533cc10d926dde641af05537b540427c27bf64 (patch)
treea268f1b3235f556aacd40038cc50cf859899b00d
parent8524564b240d9859655603d1fb3717faf3cf558c (diff)
downloadteachos-1d533cc10d926dde641af05537b540427c27bf64.tar.xz
teachos-1d533cc10d926dde641af05537b540427c27bf64.zip
add assert import
-rw-r--r--arch/x86_64/include/arch/memory/paging.hpp2
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