am 5bbe0ab6: fix build. optional test broke.

* commit '5bbe0ab655713849fbfe750d4d09690106f95d7f':
  fix build. optional test broke.
This commit is contained in:
Mathias Agopian 2013-08-14 18:28:48 -07:00 committed by Android Git Automerger
commit 99b535ad06
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>