From 1d533cc10d926dde641af05537b540427c27bf64 Mon Sep 17 00:00:00 2001 From: Fabian Imhof Date: Tue, 15 Oct 2024 08:54:21 +0000 Subject: add assert import --- arch/x86_64/include/arch/memory/paging.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/x86_64/include') 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 -- cgit v1.2.3