diff options
author | Gaming4JC <g4jc@hyperbola.info> | 2020-05-15 13:02:38 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@hyperbola.info> | 2020-05-15 13:27:26 -0400 |
commit | 1dc5599a7a404f8c3d374487d5f572a3c7755d27 (patch) | |
tree | 0c0c40b060f4b91975e111bf3b7a4e848f3cc08e /gfx/gl | |
parent | a72156b87a89590969d0b91860c28eeb07bca055 (diff) | |
download | uxp-1dc5599a7a404f8c3d374487d5f572a3c7755d27.tar.gz |
Issue #80 - Include gfxEnv.h in gfx/gl/GLLibraryEGL.cpp
Diffstat (limited to 'gfx/gl')
-rw-r--r-- | gfx/gl/GLLibraryEGL.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gl/GLLibraryEGL.cpp b/gfx/gl/GLLibraryEGL.cpp index 27bb1c42c9..b8b53f7c27 100644 --- a/gfx/gl/GLLibraryEGL.cpp +++ b/gfx/gl/GLLibraryEGL.cpp @@ -24,6 +24,7 @@ #include "prenv.h" #include "GLContext.h" #include "GLContextProvider.h" +#include "gfxEnv.h" #include "gfxPrefs.h" #include "ScopedGLHelpers.h" #include "GLReadTexImageHelper.h" |