summaryrefslogtreecommitdiffstats
path: root/src/core/file_sys/patch_manager.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-06 19:51:57 +0200
committerLioncash <mathew1800@gmail.com>2018-09-06 19:53:23 +0200
commita859a35ec861e63f8f4681665c6de132a5b159bb (patch)
tree74a3c6225bf4e9929aa302eadbf517dece93fb27 /src/core/file_sys/patch_manager.cpp
parentMerge pull request #1248 from degasus/shader_fix (diff)
downloadyuzu-a859a35ec861e63f8f4681665c6de132a5b159bb.tar
yuzu-a859a35ec861e63f8f4681665c6de132a5b159bb.tar.gz
yuzu-a859a35ec861e63f8f4681665c6de132a5b159bb.tar.bz2
yuzu-a859a35ec861e63f8f4681665c6de132a5b159bb.tar.lz
yuzu-a859a35ec861e63f8f4681665c6de132a5b159bb.tar.xz
yuzu-a859a35ec861e63f8f4681665c6de132a5b159bb.tar.zst
yuzu-a859a35ec861e63f8f4681665c6de132a5b159bb.zip
Diffstat (limited to '')
-rw-r--r--src/core/file_sys/patch_manager.cpp4
1 files changed, 4 insertions, 0 deletions
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 <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"