diff options
| author | 2021-03-20 15:50:52 +0000 | |
|---|---|---|
| committer | 2021-03-20 15:50:52 +0000 | |
| commit | 0fd5362adf6cc74f8d9c4fcca20fcb11f28a3c23 (patch) | |
| tree | 9563bf5d6efdad4ad10cd5d7fd54a66acea3b685 /libs/gui/SurfaceControl.cpp | |
| parent | 0a608f9233083dee9fbfb9774b6070b8e2d9ce6c (diff) | |
| parent | 3b1f7bcf8fd0ca2458eb26ec31a1bddf4bf7fd43 (diff) | |
Merge "Extract ParcelableUtils to avoid code duplication" into sc-dev
Diffstat (limited to 'libs/gui/SurfaceControl.cpp')
| -rw-r--r-- | libs/gui/SurfaceControl.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/gui/SurfaceControl.cpp b/libs/gui/SurfaceControl.cpp index 1dcfe2e804..7e2f8f9d36 100644 --- a/libs/gui/SurfaceControl.cpp +++ b/libs/gui/SurfaceControl.cpp @@ -39,6 +39,7 @@ #include <gui/Surface.h> #include <gui/SurfaceComposerClient.h> #include <gui/SurfaceControl.h> +#include <private/gui/ParcelUtils.h> namespace android { |