mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Merge pull request #104 from Sonicadvance1/Fix-EGL
Fix the nogui build when building with EGL
This commit is contained in:
commit
2e4d42fe91
1 changed files with 3 additions and 0 deletions
|
@ -29,6 +29,9 @@
|
|||
|
||||
#if HAVE_WAYLAND
|
||||
#include <wayland-client.h>
|
||||
#endif
|
||||
|
||||
#ifdef USE_EGL
|
||||
#include "DolphinWX/GLInterface/GLInterface.h"
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue