Fix build. optional tests were broken.

Change-Id: Iba9f5cb57f134559e1f9c55e293578d9f5d8cb96
This commit is contained in:
Mathias Agopian 2013-08-14 16:26:43 -07:00
parent b2620900a8
commit c6bae007e6

View File

@ -18,7 +18,10 @@
//#define LOG_NDEBUG 0
#include <EGL/egl.h>
#include <GLES2/gl2.h>
#include <gtest/gtest.h>
#include <gui/GLConsumer.h>
#include <gui/Surface.h>
#include <system/graphics.h>
#include <utils/Log.h>