From fe2cf774c3721c64ea2ec76d030d16ff9edbde41 Mon Sep 17 00:00:00 2001 From: Hendiadyoin1 Date: Wed, 15 Dec 2021 15:02:22 +0100 Subject: [PATCH] Kernel: Fix missing include in FileSystem/Mount.h --- Kernel/FileSystem/Mount.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Kernel/FileSystem/Mount.h b/Kernel/FileSystem/Mount.h index 57790ad043..065f2766fe 100644 --- a/Kernel/FileSystem/Mount.h +++ b/Kernel/FileSystem/Mount.h @@ -7,6 +7,7 @@ #pragma once #include +#include #include namespace Kernel {