diff options
| author | Ryan Houdek <Sonicadvance1@Gmail.com> | 2014-02-24 06:34:09 +0000 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@Gmail.com> | 2014-02-24 06:34:09 +0000 |
| commit | 2bd1f9912595422d644e46e201fcdc0f3677b1fa (patch) | |
| tree | 204e51734ac8ad2d09d24ff9047bdbb1a4e79b0d /Source/Core | |
| parent | 68ce2cf4537bf653b005ab9af1886a67b76fc401 (diff) | |
Fix the nogui build when building with EGL
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/DolphinWX/MainNoGUI.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
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 <wayland-client.h> +#endif + +#ifdef USE_EGL #include "DolphinWX/GLInterface/GLInterface.h" #endif |
