am c6bae007: Fix build. optional tests were broken.

* commit 'c6bae007e6e29b585fc1207f84b378a480006173':
  Fix build. optional tests were broken.
This commit is contained in:
Mathias Agopian 2013-08-14 16:33:04 -07:00 committed by Android Git Automerger
commit 70986f0034
1 changed files with 3 additions and 0 deletions

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>