diff options
Diffstat (limited to '3rdparty/bgfx/src/glcontext_egl.h')
-rw-r--r-- | 3rdparty/bgfx/src/glcontext_egl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/3rdparty/bgfx/src/glcontext_egl.h b/3rdparty/bgfx/src/glcontext_egl.h index 35a30c63f71..c8eb2d5d07c 100644 --- a/3rdparty/bgfx/src/glcontext_egl.h +++ b/3rdparty/bgfx/src/glcontext_egl.h @@ -9,6 +9,7 @@ #if BGFX_USE_EGL #include <EGL/egl.h> +#include <EGL/eglext.h> namespace bgfx { namespace gl { |