summaryrefslogtreecommitdiff
path: root/libs/hwui/OpenGLReadback.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2017-05-01 15:13:20 -0700
committer Mathias Agopian <mathias@google.com> 2017-05-09 16:40:50 -0700
commit3d7d5f999f636106e6c9d47bddfed4ec8baded35 (patch)
treea22ea8c0d382e87e19e64bc2f99ffa32d1377705 /libs/hwui/OpenGLReadback.cpp
parent38039d8716b9d84c42502441c1eca483184f79e2 (diff)
fix circular dependency libnativewindow <-> libui
Bug: 37647680, 37648355 Test: compile, manual Change-Id: I00d72d063c252739ca5a63dbf84424ad4f837f89
Diffstat (limited to 'libs/hwui/OpenGLReadback.cpp')
-rw-r--r--libs/hwui/OpenGLReadback.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/hwui/OpenGLReadback.cpp b/libs/hwui/OpenGLReadback.cpp
index d64804e480f5..4ef0f4bd2712 100644
--- a/libs/hwui/OpenGLReadback.cpp
+++ b/libs/hwui/OpenGLReadback.cpp
@@ -27,6 +27,7 @@
#include <GLES2/gl2.h>
#include <ui/Fence.h>
#include <ui/GraphicBuffer.h>
+#include <gui/Surface.h>
namespace android {
namespace uirenderer {