From 7bdf3d7ea754c60a5b92f1e68259b0064188e145 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Mon, 22 May 2017 02:05:20 +0200 Subject: [PATCH] ESFormats: Fix header includes --- Source/Core/Core/IOS/ES/Formats.cpp | 1 + Source/Core/Core/IOS/ES/Formats.h | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Source/Core/Core/IOS/ES/Formats.cpp b/Source/Core/Core/IOS/ES/Formats.cpp index 039dc7b6e3..c75d7c8e14 100644 --- a/Source/Core/Core/IOS/ES/Formats.cpp +++ b/Source/Core/Core/IOS/ES/Formats.cpp @@ -21,6 +21,7 @@ #include "Common/StringUtil.h" #include "Common/Swap.h" #include "Core/IOS/Device.h" +#include "Core/IOS/IOS.h" #include "Core/IOS/IOSC.h" namespace IOS diff --git a/Source/Core/Core/IOS/ES/Formats.h b/Source/Core/Core/IOS/ES/Formats.h index 182013558c..4d8720a80f 100644 --- a/Source/Core/Core/IOS/ES/Formats.h +++ b/Source/Core/Core/IOS/ES/Formats.h @@ -8,14 +8,17 @@ #pragma once #include +#include +#include #include #include -#include "Common/ChunkFile.h" #include "Common/CommonTypes.h" #include "Common/NandPaths.h" #include "DiscIO/Enums.h" +class PointerWrap; + namespace IOS { namespace ES