diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-03-06 12:21:54 +0100 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-03-06 12:49:25 +0100 |
commit | 859fb469b88c5470468484e10829111e8aee18c8 (patch) | |
tree | 881d03bced7c6d73adc7d45f05851b10943c956b /src | |
parent | Merge pull request #9786 from FernandoS27/the-gaia-is-a-lie (diff) | |
download | yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.gz yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.bz2 yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.lz yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.xz yuzu-859fb469b88c5470468484e10829111e8aee18c8.tar.zst yuzu-859fb469b88c5470468484e10829111e8aee18c8.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/hle/kernel/k_scoped_lock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/kernel/k_scoped_lock.h b/src/core/hle/kernel/k_scoped_lock.h index 59b3e32ae..a15640fd2 100644 --- a/src/core/hle/kernel/k_scoped_lock.h +++ b/src/core/hle/kernel/k_scoped_lock.h @@ -4,6 +4,7 @@ #pragma once #include <concepts> +#include <memory> #include <type_traits> namespace Kernel { |