diff options
author | liamwhite <liamwhite@users.noreply.github.com> | 2024-02-21 16:43:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-21 16:43:05 +0100 |
commit | 9e1a67b950bf21ab01765c0026707571901088b6 (patch) | |
tree | 476af8117df19cadcb9fc245320b037992b3df20 /src | |
parent | Merge pull request #13099 from t895/default-fix (diff) | |
download | yuzu-9e1a67b950bf21ab01765c0026707571901088b6.tar yuzu-9e1a67b950bf21ab01765c0026707571901088b6.tar.gz yuzu-9e1a67b950bf21ab01765c0026707571901088b6.tar.bz2 yuzu-9e1a67b950bf21ab01765c0026707571901088b6.tar.lz yuzu-9e1a67b950bf21ab01765c0026707571901088b6.tar.xz yuzu-9e1a67b950bf21ab01765c0026707571901088b6.tar.zst yuzu-9e1a67b950bf21ab01765c0026707571901088b6.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/core/file_sys/fssystem/fssystem_aes_xts_storage.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/file_sys/fssystem/fssystem_aes_xts_storage.h b/src/core/file_sys/fssystem/fssystem_aes_xts_storage.h index f342efb57..0e83ca1b9 100644 --- a/src/core/file_sys/fssystem/fssystem_aes_xts_storage.h +++ b/src/core/file_sys/fssystem/fssystem_aes_xts_storage.h @@ -3,6 +3,7 @@ #pragma once +#include <mutex> #include <optional> #include "core/crypto/aes_util.h" |