commit | 5bbe0ab655713849fbfe750d4d09690106f95d7f | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Wed Aug 14 18:22:02 2013 -0700 |
committer | Mathias Agopian <mathias@google.com> | Wed Aug 14 18:22:02 2013 -0700 |
tree | f8cf500b3450b8f33177662c8a2490fb44482da2 | |
parent | c6bae007e6e29b585fc1207f84b378a480006173 [diff] [blame] |
fix build. optional test broke. Change-Id: I0ed5e2cd4c8945ee95673ed0eec5820d9def5097
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>