diff options
author | FearlessTobi <thm.frey@gmail.com> | 2024-01-19 00:17:28 +0100 |
---|---|---|
committer | Liam <byteslice@airmail.cc> | 2024-01-25 22:43:53 +0100 |
commit | 975deb7528cd98460528553f6a9162bfbcd6cab1 (patch) | |
tree | d1419c7b50f428a3b0e3de15ca641887dcd94aed /src/core/hle/service/filesystem | |
parent | fs: Add path class (diff) | |
download | yuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.tar yuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.tar.gz yuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.tar.bz2 yuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.tar.lz yuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.tar.xz yuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.tar.zst yuzu-975deb7528cd98460528553f6a9162bfbcd6cab1.zip |
Diffstat (limited to 'src/core/hle/service/filesystem')
-rw-r--r-- | src/core/hle/service/filesystem/filesystem.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/filesystem/filesystem.h b/src/core/hle/service/filesystem/filesystem.h index 2413cdb5c..718500385 100644 --- a/src/core/hle/service/filesystem/filesystem.h +++ b/src/core/hle/service/filesystem/filesystem.h @@ -4,6 +4,7 @@ #pragma once #include <memory> +#include <mutex> #include "common/common_types.h" #include "core/file_sys/fs_directory.h" #include "core/file_sys/fs_filesystem.h" |