fix build. optional test broke.

Change-Id: I0ed5e2cd4c8945ee95673ed0eec5820d9def5097
This commit is contained in:
Mathias Agopian 2013-08-14 18:22:02 -07:00
parent c6bae007e6
commit 5bbe0ab655
2 changed files with 6 additions and 0 deletions

View File

@ -14,6 +14,9 @@
* limitations under the License.
*/
#include <GLES2/gl2.h>
#include <GLES2/gl2ext.h>
#include "Flatland.h"
#include "GLHelper.h"

View 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>