Fix the nogui build when building with EGL

This commit is contained in:
Ryan Houdek 2014-02-24 06:34:09 +00:00
parent 68ce2cf453
commit 2bd1f99125
1 changed files with 3 additions and 0 deletions

View File

@ -29,6 +29,9 @@
#if HAVE_WAYLAND
#include <wayland-client.h>
#endif
#ifdef USE_EGL
#include "DolphinWX/GLInterface/GLInterface.h"
#endif