From 867a1beb9fcee226c436d974859a284042d3aa21 Mon Sep 17 00:00:00 2001 From: catzilla4 Date: Mon, 5 Oct 2015 22:45:55 -0500 Subject: [PATCH] Added some headers to allow Dolphin to compile in my environment. --- Source/Core/Common/GL/GLInterface/EGL.cpp | 3 +++ Source/Core/Core/HW/VideoInterface.cpp | 2 ++ Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp | 1 + 3 files changed, 6 insertions(+) diff --git a/Source/Core/Common/GL/GLInterface/EGL.cpp b/Source/Core/Common/GL/GLInterface/EGL.cpp index a7ee39639b..8f42c98253 100644 --- a/Source/Core/Common/GL/GLInterface/EGL.cpp +++ b/Source/Core/Common/GL/GLInterface/EGL.cpp @@ -2,6 +2,9 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include +#include + #include "Common/GL/GLInterface/EGL.h" #include "Common/Logging/Log.h" diff --git a/Source/Core/Core/HW/VideoInterface.cpp b/Source/Core/Core/HW/VideoInterface.cpp index b341f6592d..6b3ba47a3d 100644 --- a/Source/Core/Core/HW/VideoInterface.cpp +++ b/Source/Core/Core/HW/VideoInterface.cpp @@ -2,6 +2,8 @@ // Licensed under GPLv2+ // Refer to the license.txt file included. +#include + #include "Common/ChunkFile.h" #include "Common/CommonTypes.h" #include "Common/MathUtil.h" diff --git a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp index e4983e80bb..3d7a02a3a0 100644 --- a/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp +++ b/Source/Core/InputCommon/ControllerInterface/Xlib/XInput2.cpp @@ -3,6 +3,7 @@ // Refer to the license.txt file included. #include +#include #include #include