file_sys/patch_manager: Add missing includes
These includes were previously being satisfied indirectly.
This commit is contained in:
parent
30c3f7b6eb
commit
1c61b93026
2 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,10 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#include <array>
|
||||
#include <cstddef>
|
||||
|
||||
#include "common/logging/log.h"
|
||||
#include "core/file_sys/content_archive.h"
|
||||
#include "core/file_sys/control_metadata.h"
|
||||
#include "core/file_sys/patch_manager.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue