From cf68ecf06657789dac1eff655279e5e2eeb1ea1f Mon Sep 17 00:00:00 2001 From: Florent Castelli Date: Wed, 8 Mar 2017 06:31:36 +0100 Subject: [PATCH] core: Add missing include --- Source/Core/Core/IOS/ES/ES.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Core/IOS/ES/ES.cpp b/Source/Core/Core/IOS/ES/ES.cpp index dbd970583f..de5580a440 100644 --- a/Source/Core/Core/IOS/ES/ES.cpp +++ b/Source/Core/Core/IOS/ES/ES.cpp @@ -5,6 +5,7 @@ #include "Core/IOS/ES/ES.h" #include +#include #include #include #include