mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Fix the nogui build when building with EGL
This commit is contained in:
@ -29,6 +29,9 @@
|
|||||||
|
|
||||||
#if HAVE_WAYLAND
|
#if HAVE_WAYLAND
|
||||||
#include <wayland-client.h>
|
#include <wayland-client.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
#ifdef USE_EGL
|
||||||
#include "DolphinWX/GLInterface/GLInterface.h"
|
#include "DolphinWX/GLInterface/GLInterface.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user