Kernel: Fix Random.h includes

This commit is contained in:
Bananymous 2025-05-11 03:24:27 +03:00
parent 6cc01349f7
commit 0eb981f51c
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
#pragma once #pragma once
#include <BAN/Traits.h>
#include <stdint.h> #include <stdint.h>
namespace Kernel namespace Kernel