OSDN Git Service

fix build. optional test broke.
authorMathias Agopian <mathias@google.com>
Thu, 15 Aug 2013 01:22:02 +0000 (18:22 -0700)
committerMathias Agopian <mathias@google.com>
Thu, 15 Aug 2013 01:22:02 +0000 (18:22 -0700)
Change-Id: I0ed5e2cd4c8945ee95673ed0eec5820d9def5097

cmds/flatland/Composers.cpp
cmds/flatland/GLHelper.cpp

index 8365a31..15cdb29 100644 (file)
@@ -14,6 +14,9 @@
  * limitations under the License.
  */
 
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>
+
 #include "Flatland.h"
 #include "GLHelper.h"
 
index 3928039..42694b3 100644 (file)
@@ -14,6 +14,9 @@
  * limitations under the License.
  */
 
+#include <GLES2/gl2.h>
+#include <GLES2/gl2ext.h>
+
 #include <ui/DisplayInfo.h>
 #include <gui/SurfaceComposerClient.h>