Issue #80 - Include gfxEnv.h in gfx/gl/GLLibraryEGL.cpp

This commit is contained in:
Gaming4JC 2020-05-15 13:02:38 -04:00 committed by Roy Tam
commit 099b822652

View file

@ -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"