1
Fork 0
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:
Andreas Kling 2020-02-22 16:37:51 +01:00
parent e334c36757
commit 97e9deccf0

View file

@ -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>