aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFathi Boudra <fabo@debian.org>2011-10-21 22:27:58 +0300
committerFathi Boudra <fabo@debian.org>2011-10-21 22:27:58 +0300
commitad654f8c70f1c311283bdd38a242de979f66968c (patch)
tree9da08d63dca425727330992a52aec24567a3ab9a
parent211f241ffba6d3f8d85898fd15ba899820504b13 (diff)
add mising header to fix build failure
-rw-r--r--source/Irrlicht/COGLESTexture.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/Irrlicht/COGLESTexture.h b/source/Irrlicht/COGLESTexture.h
index b223c49..375a365 100644
--- a/source/Irrlicht/COGLESTexture.h
+++ b/source/Irrlicht/COGLESTexture.h
@@ -16,6 +16,7 @@
#include <OpenGLES/ES1/glext.h>
#else
#include <EGL/egl.h>
+#include <GLES/gl.h>
#endif
namespace irr