mirror of
https://github.com/RGBCube/serenity
synced 2025-07-10 04:17:34 +00:00
Ext2FS: Add Missing HashMap.h include
This commit is contained in:
parent
e334c36757
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