Browse Source

Kernel: Fix missing include in FileSystem/Mount.h

Hendiadyoin1 3 năm trước cách đây
mục cha
commit
fe2cf774c3
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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 {