Revert "[3.0] Enable GLES 3.0 by default."
[platform/core/uifw/dali-adaptor.git] / adaptors / common / gl / egl-image-extensions.cpp
index 14ae6e2..b77bfa1 100644 (file)
@@ -22,6 +22,8 @@
 // EXTERNAL INCLUDES
 #if DALI_GLES_VERSION >= 30
 #include <GLES3/gl3.h>
+#include <GLES3/gl3ext.h>
+
 #else
 #include <GLES2/gl2.h>
 #endif // DALI_GLES_VERSION >= 30