summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJean-Baptiste Queru <jbq@google.com>2011-08-11 15:22:42 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-08-11 15:22:42 -0700
commit37717b58dc012f934c09d90e166106728dd9b431 (patch)
tree2005fa394f08d69762e6a5b500ed84bc34c721d6 /include
parent23f1724cf7216f6c1f58e5689034aba966e0f38b (diff)
parente636a8ad44d5b3cb5ff174bc0ec20a352c4e83b3 (diff)
downloadframeworks_native-37717b58dc012f934c09d90e166106728dd9b431.zip
frameworks_native-37717b58dc012f934c09d90e166106728dd9b431.tar.gz
frameworks_native-37717b58dc012f934c09d90e166106728dd9b431.tar.bz2
am b654e6e5: am d144748d: Merge "Add missing include"
* commit 'b654e6e55a3e8d7e8c2e0b8b1ff4bb4f76c10e05': Add missing include
Diffstat (limited to 'include')
-rw-r--r--include/gui/SurfaceTexture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/gui/SurfaceTexture.h b/include/gui/SurfaceTexture.h
index 140fbed..2e2c74c 100644
--- a/include/gui/SurfaceTexture.h
+++ b/include/gui/SurfaceTexture.h
@@ -17,6 +17,8 @@
#ifndef ANDROID_GUI_SURFACETEXTURE_H
#define ANDROID_GUI_SURFACETEXTURE_H
+#include <ui/GraphicBuffer.h>
+
namespace android {
struct SurfaceTexture {