commit | 6a3c05bcfab588fd99dd8d619a53d15374e99507 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Thu Apr 27 20:06:55 2017 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue May 09 16:42:31 2017 -0700 |
tree | 30e5edaa74ea3dff07579a5a9cd39f1755069eb3 | |
parent | 37c27efdf8232272648e56513f3caceeb5c66407 [diff] [blame] |
fix circular dependency libnativewindow <-> libui Bug: 37647680 Bug: 37648355 Test: compile, manual Change-Id: I9631beea52e23ebb519411f943c6f5062aedd2e5
diff --git a/libs/gui/tests/StreamSplitter_test.cpp b/libs/gui/tests/StreamSplitter_test.cpp index 80e30da..e2f4948 100644 --- a/libs/gui/tests/StreamSplitter_test.cpp +++ b/libs/gui/tests/StreamSplitter_test.cpp
@@ -24,6 +24,8 @@ #include <gui/StreamSplitter.h> #include <private/gui/ComposerService.h> +#include <system/window.h> + #include <gtest/gtest.h> namespace android {