diff options
author | Mathias Agopian <mathias@google.com> | 2013-08-14 16:26:43 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2013-08-14 16:27:19 -0700 |
commit | c6bae007e6e29b585fc1207f84b378a480006173 (patch) | |
tree | bced818dffaf78dbf72c2e5b5531ef386d43d2d1 /libs/gui/tests | |
parent | b2620900a8be578dd3358606b26048a72bb2eb2d (diff) | |
download | frameworks_native-c6bae007e6e29b585fc1207f84b378a480006173.zip frameworks_native-c6bae007e6e29b585fc1207f84b378a480006173.tar.gz frameworks_native-c6bae007e6e29b585fc1207f84b378a480006173.tar.bz2 |
Fix build. optional tests were broken.
Change-Id: Iba9f5cb57f134559e1f9c55e293578d9f5d8cb96
Diffstat (limited to 'libs/gui/tests')
-rw-r--r-- | libs/gui/tests/SurfaceTextureClient_test.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/gui/tests/SurfaceTextureClient_test.cpp b/libs/gui/tests/SurfaceTextureClient_test.cpp index 459b001..989fcef 100644 --- a/libs/gui/tests/SurfaceTextureClient_test.cpp +++ b/libs/gui/tests/SurfaceTextureClient_test.cpp @@ -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> |