From a859a35ec861e63f8f4681665c6de132a5b159bb Mon Sep 17 00:00:00 2001 From: Lioncash Date: Thu, 6 Sep 2018 13:51:57 -0400 Subject: file_sys/patch_manager: Add missing includes These includes were previously being satisfied indirectly. --- src/core/file_sys/patch_manager.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/core/file_sys/patch_manager.h') diff --git a/src/core/file_sys/patch_manager.h b/src/core/file_sys/patch_manager.h index 28c7ae136..b521977b2 100644 --- a/src/core/file_sys/patch_manager.h +++ b/src/core/file_sys/patch_manager.h @@ -5,6 +5,7 @@ #pragma once #include +#include #include #include "common/common_types.h" #include "core/file_sys/nca_metadata.h" -- cgit v1.2.3