1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 10:38:11 +00:00

Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.h

Fixes an aarch64 build failure.
This commit is contained in:
Daniel Bertalan 2022-01-04 16:12:55 +01:00 committed by Linus Groh
parent 4f551f54c4
commit 0eb3718556

View file

@ -6,7 +6,7 @@
#pragma once
#include <AK/Types.h>
#include <AK/DistinctNumeric.h>
namespace Kernel {