mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 19:47:57 -05:00
Merge pull request #9910 from jbeich/libc++
kernel: add missing header for libc++
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <concepts>
|
||||
#include <memory>
|
||||
#include <type_traits>
|
||||
|
||||
namespace Kernel {
|
||||
|
Reference in New Issue
Block a user