Skip to content
Snippets Groups Projects
Commit a859a35e authored by Lioncash's avatar Lioncash
Browse files

file_sys/patch_manager: Add missing includes

These includes were previously being satisfied indirectly.
parent fbaefc47
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -5,6 +5,7 @@
#pragma once
#include <map>
#include <memory>
#include <string>
#include "common/common_types.h"
#include "core/file_sys/nca_metadata.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment