fix errors

This commit is contained in:
2026-01-09 21:02:15 +01:00
parent 3e91c055db
commit 864a1030e7
3 changed files with 5 additions and 3 deletions

View File

@@ -1,8 +1,7 @@
#ifndef _PAGEFRAMEALLOC_H_
#define _PAGEFRAMEALLOC_H_
#include <cstdint>
#include <types.h>
#include "../memory/pageframe.h"
namespace PageFrameAllocator {