Browse Source
Merge pull request #4626 from ReinUsesLisp/patch-manager-include
file_sys/patch_manager: Add missing include
pull/15/merge
LC
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
src/core/file_sys/patch_manager.h
|
|
|
@ -6,6 +6,7 @@ |
|
|
|
|
|
|
|
#include <map> |
|
|
|
#include <memory> |
|
|
|
#include <optional> |
|
|
|
#include <string> |
|
|
|
#include "common/common_types.h" |
|
|
|
#include "core/file_sys/nca_metadata.h" |
|
|
|
|