Skip to content

Commit d1c5b02

Browse files
author
Jean-Baptiste Queru
committed
Add missing include
Change-Id: I00181029e80a2ba75320550c14e950fadbab8a64
1 parent 311ffe3 commit d1c5b02

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)