diff options
author | Mathias Agopian <mathias@google.com> | 2013-08-14 18:22:02 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2013-08-14 18:22:02 -0700 |
commit | 5bbe0ab655713849fbfe750d4d09690106f95d7f (patch) | |
tree | f8cf500b3450b8f33177662c8a2490fb44482da2 /cmds/flatland/GLHelper.cpp | |
parent | c6bae007e6e29b585fc1207f84b378a480006173 (diff) | |
download | frameworks_native-5bbe0ab655713849fbfe750d4d09690106f95d7f.zip frameworks_native-5bbe0ab655713849fbfe750d4d09690106f95d7f.tar.gz frameworks_native-5bbe0ab655713849fbfe750d4d09690106f95d7f.tar.bz2 |
fix build. optional test broke.
Change-Id: I0ed5e2cd4c8945ee95673ed0eec5820d9def5097
Diffstat (limited to 'cmds/flatland/GLHelper.cpp')
-rw-r--r-- | cmds/flatland/GLHelper.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmds/flatland/GLHelper.cpp b/cmds/flatland/GLHelper.cpp index 3928039..42694b3 100644 --- a/cmds/flatland/GLHelper.cpp +++ b/cmds/flatland/GLHelper.cpp @@ -14,6 +14,9 @@ * limitations under the License. */ +#include <GLES2/gl2.h> +#include <GLES2/gl2ext.h> + #include <ui/DisplayInfo.h> #include <gui/SurfaceComposerClient.h> |