diff options
| author | FearlessTobi <thm.frey@gmail.com> | 2024-01-19 00:17:28 +0100 |
|---|---|---|
| committer | Liam <byteslice@airmail.cc> | 2024-01-25 16:43:53 -0500 |
| commit | 975deb7528cd98460528553f6a9162bfbcd6cab1 (patch) | |
| tree | d1419c7b50f428a3b0e3de15ca641887dcd94aed /src/core/hle/service/filesystem/filesystem.h | |
| parent | 2c049ae06dbbdfff7542c23ca4d748879f4beb71 (diff) | |
Address review comments and fix compilation problems
Diffstat (limited to 'src/core/hle/service/filesystem/filesystem.h')
| -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" |
