Merge pull request #9910 from jbeich/libc++

kernel: add missing header for libc++
pull/8/head
liamwhite 2 years ago committed by GitHub
commit b210174087
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save