Selaa lähdekoodia

Kernel: Fix missing include in FileSystem/Mount.h

Hendiadyoin1 3 vuotta sitten
vanhempi
commit
fe2cf774c3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 {