From 2bd1f9912595422d644e46e201fcdc0f3677b1fa Mon Sep 17 00:00:00 2001 From: Ryan Houdek Date: Mon, 24 Feb 2014 06:34:09 +0000 Subject: [PATCH] Fix the nogui build when building with EGL --- Source/Core/DolphinWX/MainNoGUI.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Source/Core/DolphinWX/MainNoGUI.cpp b/Source/Core/DolphinWX/MainNoGUI.cpp index 630beb8876..122a0281f3 100644 --- a/Source/Core/DolphinWX/MainNoGUI.cpp +++ b/Source/Core/DolphinWX/MainNoGUI.cpp @@ -29,6 +29,9 @@ #if HAVE_WAYLAND #include +#endif + +#ifdef USE_EGL #include "DolphinWX/GLInterface/GLInterface.h" #endif