commit | 06cae66df7dedd164a07b802e4ca63a22d01de21 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Mar 27 19:13:07 2017 -0700 |
committer | Mathias Agopian <mathias@google.com> | Tue Mar 28 14:39:18 2017 -0700 |
tree | 2fbd20dc0631d4eb3f41f1d251d9d724f9150cb5 | |
parent | be3d40cadb8490291512a6d7882791dda9104316 [diff] |
fix missing include Test: built Bug: 36603618 Change-Id: I836e2458203600768aa199f243206d5e0d9d4d39
diff --git a/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp b/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp index c49403d..4be6a09 100644 --- a/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp +++ b/media/libstagefright/omx/SoftVideoEncoderOMXComponent.cpp
@@ -33,6 +33,8 @@ #include <ui/GraphicBufferMapper.h> #include <ui/Rect.h> +#include <hardware/gralloc.h> + #include <OMX_IndexExt.h> namespace android {