mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00: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: 97e9deccf0
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue