Pārlūkot izejas kodu

Kernel: Fix missing include in FileSystem/Mount.h

Hendiadyoin1 3 gadi atpakaļ
vecāks
revīzija
fe2cf774c3
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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 {