summaryrefslogtreecommitdiff
path: root/Kernel/Memory/PhysicalPage.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Memory/PhysicalPage.h')
-rw-r--r--Kernel/Memory/PhysicalPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/Memory/PhysicalPage.h b/Kernel/Memory/PhysicalPage.h
index c0869ffb00..e1ddbc84b8 100644
--- a/Kernel/Memory/PhysicalPage.h
+++ b/Kernel/Memory/PhysicalPage.h
@@ -7,7 +7,7 @@
#pragma once
#include <AK/NonnullRefPtr.h>
-#include <Kernel/PhysicalAddress.h>
+#include <Kernel/Memory/PhysicalAddress.h>
namespace Kernel::Memory {