summaryrefslogtreecommitdiffstats
path: root/cmds/flatland
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-08-14 18:22:02 -0700
committerMathias Agopian <mathias@google.com>2013-08-14 18:22:02 -0700
commit5bbe0ab655713849fbfe750d4d09690106f95d7f (patch)
treef8cf500b3450b8f33177662c8a2490fb44482da2 /cmds/flatland
parentc6bae007e6e29b585fc1207f84b378a480006173 (diff)
downloadframeworks_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')
-rw-r--r--cmds/flatland/Composers.cpp3
-rw-r--r--cmds/flatland/GLHelper.cpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/cmds/flatland/Composers.cpp b/cmds/flatland/Composers.cpp
index 8365a31..15cdb29 100644
--- a/cmds/flatland/Composers.cpp
+++ b/cmds/flatland/Composers.cpp
@@ -14,6 +14,9 @@
* limitations under the License.
*/
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>
+
#include "Flatland.h"
#include "GLHelper.h"
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>