From c25140043643182478ae971292eb5b138e2bbf69 Mon Sep 17 00:00:00 2001 From: Seoyeon Kim Date: Wed, 2 Jan 2019 15:20:48 +0900 Subject: [PATCH] [5.0] Fix TouchData header include - There're TCT build fails because of the path in touch-data.h - The application cannot get access to devel API. So, moved the header include to touch-data-devel.h Change-Id: I3264cdeee06967504684e6dc6f8342219d813eb3 Signed-off-by: Seoyeon Kim --- dali/devel-api/events/touch-data-devel.h | 1 + dali/public-api/events/touch-data.h | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/dali/devel-api/events/touch-data-devel.h b/dali/devel-api/events/touch-data-devel.h index 17e3f34..d8b4c54 100644 --- a/dali/devel-api/events/touch-data-devel.h +++ b/dali/devel-api/events/touch-data-devel.h @@ -20,6 +20,7 @@ // INTERNAL INCLUDES #include +#include namespace Dali { diff --git a/dali/public-api/events/touch-data.h b/dali/public-api/events/touch-data.h index 8c13647..ae2998b 100755 --- a/dali/public-api/events/touch-data.h +++ b/dali/public-api/events/touch-data.h @@ -27,7 +27,6 @@ #include #include #include -#include namespace Dali { -- 2.7.4