diff options
Diffstat (limited to 'src/core')
| -rw-r--r-- | src/core/crypto/key_manager.h | 5 | ||||
| -rw-r--r-- | src/core/file_sys/patch_manager.cpp | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/src/core/crypto/key_manager.h b/src/core/crypto/key_manager.h index 34ea5bbd4..ac1eb8962 100644 --- a/src/core/crypto/key_manager.h +++ b/src/core/crypto/key_manager.h | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #pragma once | 5 | #pragma once |
| 6 | 6 | ||
| 7 | #include <array> | 7 | #include <array> |
| 8 | #include <filesystem> | ||
| 8 | #include <map> | 9 | #include <map> |
| 9 | #include <optional> | 10 | #include <optional> |
| 10 | #include <string> | 11 | #include <string> |
| @@ -15,10 +16,6 @@ | |||
| 15 | #include "common/common_types.h" | 16 | #include "common/common_types.h" |
| 16 | #include "core/crypto/partition_data_manager.h" | 17 | #include "core/crypto/partition_data_manager.h" |
| 17 | 18 | ||
| 18 | namespace std::filesystem { | ||
| 19 | class path; | ||
| 20 | } | ||
| 21 | |||
| 22 | namespace Common::FS { | 19 | namespace Common::FS { |
| 23 | class IOFile; | 20 | class IOFile; |
| 24 | } | 21 | } |
diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index 5882b971b..c4e185757 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp | |||
| @@ -10,6 +10,10 @@ | |||
| 10 | #include "common/hex_util.h" | 10 | #include "common/hex_util.h" |
| 11 | #include "common/logging/log.h" | 11 | #include "common/logging/log.h" |
| 12 | #include "common/settings.h" | 12 | #include "common/settings.h" |
| 13 | #ifndef _WIN32 | ||
| 14 | #include "common/string_util.h" | ||
| 15 | #endif | ||
| 16 | |||
| 13 | #include "core/core.h" | 17 | #include "core/core.h" |
| 14 | #include "core/file_sys/common_funcs.h" | 18 | #include "core/file_sys/common_funcs.h" |
| 15 | #include "core/file_sys/content_archive.h" | 19 | #include "core/file_sys/content_archive.h" |