summaryrefslogtreecommitdiff
path: root/libs/gui/BufferQueueProducer.cpp
diff options
context:
space:
mode:
author Mathias Agopian <mathias@google.com> 2017-04-27 20:06:55 -0700
committer Mathias Agopian <mathias@google.com> 2017-05-09 16:42:31 -0700
commit6a3c05bcfab588fd99dd8d619a53d15374e99507 (patch)
tree30e5edaa74ea3dff07579a5a9cd39f1755069eb3 /libs/gui/BufferQueueProducer.cpp
parent37c27efdf8232272648e56513f3caceeb5c66407 (diff)
fix circular dependency libnativewindow <-> libui
Bug: 37647680 Bug: 37648355 Test: compile, manual Change-Id: I9631beea52e23ebb519411f943c6f5062aedd2e5
Diffstat (limited to 'libs/gui/BufferQueueProducer.cpp')
-rw-r--r--libs/gui/BufferQueueProducer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/gui/BufferQueueProducer.cpp b/libs/gui/BufferQueueProducer.cpp
index 6a5593cc1c..b76e2c68b5 100644
--- a/libs/gui/BufferQueueProducer.cpp
+++ b/libs/gui/BufferQueueProducer.cpp
@@ -39,6 +39,8 @@
#include <utils/Log.h>
#include <utils/Trace.h>
+#include <system/window.h>
+
namespace android {
static constexpr uint32_t BQ_LAYER_COUNT = 1;