diff options
Diffstat (limited to 'gfx/gl/TextureImageEGL.h')
-rw-r--r-- | gfx/gl/TextureImageEGL.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gfx/gl/TextureImageEGL.h b/gfx/gl/TextureImageEGL.h index fa7075064..0a645742f 100644 --- a/gfx/gl/TextureImageEGL.h +++ b/gfx/gl/TextureImageEGL.h @@ -8,6 +8,8 @@ #include "GLTextureImage.h" +using namespace mozilla::gfx; + namespace mozilla { namespace gl { |