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
Notes: sideshowbarker 2024-07-17 21:41:35 +09:00

View File

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