Skip to content

Commit d144748

Browse files
Jean-Baptiste QueruAndroid Code Review
authored andcommitted
Merge "Add missing include"
2 parents 712a8cc + d1c5b02 commit d144748

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

include/gui/SurfaceTexture.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
#ifndef ANDROID_GUI_SURFACETEXTURE_H
1818
#define ANDROID_GUI_SURFACETEXTURE_H
1919

20+
#include <ui/GraphicBuffer.h>
21+
2022
namespace android {
2123

2224
struct SurfaceTexture {

0 commit comments

Comments
 (0)