mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-10 13:00:29 +03:00
Ext2FS: Add Missing HashMap.h include
This commit is contained in:
parent
e334c36757
commit
97e9deccf0
Notes:
sideshowbarker
2024-07-19 09:10:00 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/97e9deccf0c
@ -27,6 +27,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <AK/Bitmap.h>
|
||||
#include <AK/HashMap.h>
|
||||
#include <Kernel/FileSystem/DiskBackedFileSystem.h>
|
||||
#include <Kernel/FileSystem/Inode.h>
|
||||
#include <Kernel/FileSystem/ext2_fs.h>
|
||||
|
Loading…
Reference in New Issue
Block a user