Browse Source
Merge pull request #9910 from jbeich/libc++
kernel: add missing header for libc++
pull/15/merge
liamwhite
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/core/hle/kernel/k_scoped_lock.h
|
|
|
@ -4,6 +4,7 @@ |
|
|
|
#pragma once |
|
|
|
|
|
|
|
#include <concepts> |
|
|
|
#include <memory> |
|
|
|
#include <type_traits> |
|
|
|
|
|
|
|
namespace Kernel { |
|
|
|
|