diff options
Diffstat (limited to 'src/core/paging.hpp')
| -rw-r--r-- | src/core/paging.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/paging.hpp b/src/core/paging.hpp index 641821f..caaaf9e 100644 --- a/src/core/paging.hpp +++ b/src/core/paging.hpp @@ -1,6 +1,7 @@ #pragma once -#include "core/types.hpp" +#include "types.hpp" +#include "asm.hpp" /** * Current number of page (from the beginning of the ram) used by the kernel that |
