From: huiyu.eun Date: Mon, 9 Apr 2018 07:52:14 +0000 (+0900) Subject: [Tizen] Fix build error for pepper-dali X-Git-Tag: accepted/tizen/unified/20180412.073721~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F98%2F175198%2F1;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git [Tizen] Fix build error for pepper-dali This reverts commit c251d171a444c20d230838c2c8ca3b3aa8098a56. Change-Id: Ifbb6b174627dd087d020654886cd12995d333282 Signed-off-by: huiyu.eun --- 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 {