mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2024-11-25 22:15:41 +01: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