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.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/core/file_sys/patch_manager.cpp') diff --git a/src/core/file_sys/patch_manager.cpp b/src/core/file_sys/patch_manager.cpp index 40675de35..6cecab336 100644 --- a/src/core/file_sys/patch_manager.cpp +++ b/src/core/file_sys/patch_manager.cpp @@ -2,6 +2,10 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. +#include +#include + +#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" -- cgit v1.2.3