Bug 946579 - Fix non-unified build in gfx/gl after bug 942505. r=bjacob

This commit is contained in:
Mike Hommey 2013-12-06 08:45:29 +09:00
Родитель 84787e77aa
Коммит 47bcdc4d05
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -5,6 +5,9 @@
#include "GLContext.h"
#include "GLLibraryEGL.h"
#include "GLSharedHandleHelpers.h"
#ifdef MOZ_WIDGET_ANDROID
#include "nsSurfaceTexture.h"
#endif
namespace mozilla {
namespace gl {