summaryrefslogtreecommitdiffstats
path: root/core/jni/android
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-08-08 19:24:14 -0700
committerMathias Agopian <mathias@google.com>2013-08-08 21:09:16 -0700
commite3eae73abb5e429d9747f9c36ab025219e68bb26 (patch)
tree9000c7070f700a21955dcba4bee40aa69df851ea /core/jni/android
parent8ffe17ae32e72e5d872a36d5048bf912d28e766f (diff)
downloadframeworks_base-e3eae73abb5e429d9747f9c36ab025219e68bb26.zip
frameworks_base-e3eae73abb5e429d9747f9c36ab025219e68bb26.tar.gz
frameworks_base-e3eae73abb5e429d9747f9c36ab025219e68bb26.tar.bz2
fix-up dependencies to gl headers
Change-Id: I9f176847587db1f9ccee2bc425106d277ffceee6
Diffstat (limited to 'core/jni/android')
-rw-r--r--core/jni/android/graphics/SurfaceTexture.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/jni/android/graphics/SurfaceTexture.cpp b/core/jni/android/graphics/SurfaceTexture.cpp
index 2c482ea..bacfdf6 100644
--- a/core/jni/android/graphics/SurfaceTexture.cpp
+++ b/core/jni/android/graphics/SurfaceTexture.cpp
@@ -18,6 +18,9 @@
#include <stdio.h>
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>
+
#include <gui/GLConsumer.h>
#include <gui/Surface.h>