file_sys/patch_manager: Add missing includes
These includes were previously being satisfied indirectly.
This commit is contained in:
parent
fbaefc47a0
commit
a859a35ec8
2 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <memory>
|
||||
#include <string>
|
||||
#include "common/common_types.h"
|
||||
#include "core/file_sys/nca_metadata.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue