mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 10:00:06 +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
|
||||
|
||||
#include <concepts>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
|
||||
namespace Kernel {
|
||||
|
Loading…
Reference in New Issue
Block a user