am 99b535ad: am 5bbe0ab6: fix build. optional test broke.

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