mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +00:00
Kernel: Add missing includes for Mount.h file
This commit is contained in:
parent
a1300d3797
commit
31d4c07dee
Notes:
sideshowbarker
2024-07-17 21:16:31 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/31d4c07dee Pull-request: https://github.com/SerenityOS/serenity/pull/16024
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@
|
|||
|
||||
#include <AK/RefPtr.h>
|
||||
#include <Kernel/FileSystem/Custody.h>
|
||||
#include <Kernel/FileSystem/FileSystem.h>
|
||||
#include <Kernel/FileSystem/Inode.h>
|
||||
#include <Kernel/Forward.h>
|
||||
#include <Kernel/Library/NonnullLockRefPtr.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue