Explorar o código

Kernel: Fix missing include in FileSystem/Mount.h

Hendiadyoin1 %!s(int64=3) %!d(string=hai) anos
pai
achega
fe2cf774c3
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Kernel/FileSystem/Mount.h

+ 1 - 0
Kernel/FileSystem/Mount.h

@@ -7,6 +7,7 @@
 #pragma once
 
 #include <AK/NonnullRefPtr.h>
+#include <Kernel/FileSystem/Custody.h>
 #include <Kernel/Forward.h>
 
 namespace Kernel {