summaryrefslogtreecommitdiffstats
path: root/gfx/gl
diff options
context:
space:
mode:
authorGaming4JC <g4jc@hyperbola.info>2020-05-15 13:02:38 -0400
committerMoonchild <moonchild@palemoon.org>2020-05-20 13:56:12 +0000
commit1182ecd0b4a9f9954032e9da614b150ef6f073ec (patch)
tree6533efeb6f6ce60817f950f6767fdce93e8395af /gfx/gl
parent3220b7dc562f40aa6dfdadea4e640c1dbd827655 (diff)
downloadUXP-1182ecd0b4a9f9954032e9da614b150ef6f073ec.tar
UXP-1182ecd0b4a9f9954032e9da614b150ef6f073ec.tar.gz
UXP-1182ecd0b4a9f9954032e9da614b150ef6f073ec.tar.lz
UXP-1182ecd0b4a9f9954032e9da614b150ef6f073ec.tar.xz
UXP-1182ecd0b4a9f9954032e9da614b150ef6f073ec.zip
Issue #80 - Include gfxEnv.h in gfx/gl/GLLibraryEGL.cpp
Diffstat (limited to 'gfx/gl')
-rw-r--r--gfx/gl/GLLibraryEGL.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gfx/gl/GLLibraryEGL.cpp b/gfx/gl/GLLibraryEGL.cpp
index 27bb1c42c..b8b53f7c2 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"