From 84b9ff8b1c1e58c735d1296380c36227ca825ea1 Mon Sep 17 00:00:00 2001 From: Elliott Hughes Date: Wed, 28 Jan 2015 19:54:13 -0800 Subject: [PATCH] Add missing includes. Change-Id: Ia74cceea707e51195a570eed37d4b334ac413773 --- modules/hwcomposer/hwcomposer.cpp | 3 ++- modules/tv_input/tv_input.cpp | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/hwcomposer/hwcomposer.cpp b/modules/hwcomposer/hwcomposer.cpp index f0a5512..9d1aa34 100644 --- a/modules/hwcomposer/hwcomposer.cpp +++ b/modules/hwcomposer/hwcomposer.cpp @@ -16,8 +16,9 @@ #include -#include #include +#include +#include #include #include diff --git a/modules/tv_input/tv_input.cpp b/modules/tv_input/tv_input.cpp index bc02786..114e80e 100644 --- a/modules/tv_input/tv_input.cpp +++ b/modules/tv_input/tv_input.cpp @@ -14,8 +14,9 @@ * limitations under the License. */ -#include #include +#include +#include #include #include -- 2.11.0