From fe32c93da2c3e79b851c93d488d3b23b3cfa575d Mon Sep 17 00:00:00 2001 From: Simon Shields Date: Sun, 20 Nov 2016 21:25:30 +1100 Subject: [PATCH] exynos4: hwc: GLES/gl.h is needed regardless of HWC_HWOVERLAY Change-Id: I83108ba3d2442fbc0a252bd98c988235bafe7dc8 --- exynos4/hal/libhwcomposer/SecHWC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exynos4/hal/libhwcomposer/SecHWC.cpp b/exynos4/hal/libhwcomposer/SecHWC.cpp index b652837f..9aac891a 100644 --- a/exynos4/hal/libhwcomposer/SecHWC.cpp +++ b/exynos4/hal/libhwcomposer/SecHWC.cpp @@ -36,9 +36,9 @@ #include "SecHWCUtils.h" #include "gralloc_priv.h" -#ifdef HWC_HWOVERLAY + #include -#endif + #if defined(BOARD_USES_HDMI) #include "SecHdmiClient.h" #include "SecTVOutService.h"