From b69dc10b294fd62271e5be0590153a13569145bf Mon Sep 17 00:00:00 2001 From: Daekwang Ryu Date: Tue, 24 Apr 2018 15:40:28 +0900 Subject: [PATCH] [Tizen] Fix build error for pepper-dali This reverts commit 47bce412720d4532b557ec8c93b769aba5240e7b. Change-Id: I0df66c2711c9bab624a8e11f03b1451b6b8c9cba --- dali/integration-api/wayland/ecore-wl-render-surface.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dali/integration-api/wayland/ecore-wl-render-surface.h b/dali/integration-api/wayland/ecore-wl-render-surface.h index d814e0b..a480cff 100644 --- a/dali/integration-api/wayland/ecore-wl-render-surface.h +++ b/dali/integration-api/wayland/ecore-wl-render-surface.h @@ -24,7 +24,11 @@ // INTERNAL INCLUDES #include +#ifdef DALI_ADAPTOR_COMPILATION // full path doesn't exist until adaptor is installed so we have to use relative #include +#else +#include +#endif namespace Dali { -- 2.7.4