diff options
Diffstat (limited to 'Kernel/VM/PhysicalPage.h')
-rw-r--r-- | Kernel/VM/PhysicalPage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/VM/PhysicalPage.h b/Kernel/VM/PhysicalPage.h index f3b15378dc..2d9cd88677 100644 --- a/Kernel/VM/PhysicalPage.h +++ b/Kernel/VM/PhysicalPage.h @@ -1,7 +1,7 @@ #pragma once #include <Kernel/Assertions.h> -#include <Kernel/types.h> +#include <Kernel/PhysicalAddress.h> #include <AK/Retained.h> class PhysicalPage { |