mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-28 05:07:35 +00:00
Kernel: Include correct header for DistinctNumeric in DeviceFileTypes.h
Fixes an aarch64 build failure.
This commit is contained in:
parent
4f551f54c4
commit
0eb3718556
Notes:
sideshowbarker
2024-07-17 21:41:35 +09:00
Author: https://github.com/BertalanD
Commit: 0eb3718556
Pull-request: https://github.com/SerenityOS/serenity/pull/11619
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
#include <AK/DistinctNumeric.h>
|
||||
|
||||
namespace Kernel {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue