mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 09:20:05 +00:00
Merge pull request #9910 from jbeich/libc++
kernel: add missing header for libc++
This commit is contained in:
commit
b210174087
@ -4,6 +4,7 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <concepts>
|
#include <concepts>
|
||||||
|
#include <memory>
|
||||||
#include <type_traits>
|
#include <type_traits>
|
||||||
|
|
||||||
namespace Kernel {
|
namespace Kernel {
|
||||||
|
Loading…
Reference in New Issue
Block a user