Merge pull request #9910 from jbeich/libc++

kernel: add missing header for libc++
This commit is contained in:
liamwhite 2023-03-06 11:21:51 -05:00 committed by GitHub
commit b210174087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#pragma once
#include <concepts>
#include <memory>
#include <type_traits>
namespace Kernel {