Add required headers when these files are included individually 77/29477/1
authorAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 28 Oct 2014 10:48:15 +0000 (10:48 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Tue, 28 Oct 2014 10:48:21 +0000 (10:48 +0000)
Change-Id: Icff2a20f0d91630bead981e3a55ca3a880928387

adaptors/public-api/adaptor-framework/accessibility-action-handler.h
adaptors/public-api/adaptor-framework/style-change.h

index 61a383ded0b420cd80f09bc437b04f0e0a02dbb5..106a9a7722d4acda765214b8cbfc5cdd41d425d8 100644 (file)
@@ -18,7 +18,9 @@
  *
  */
 
-// INTERNAL INCLUDES
+// EXTERNAL INCLUDES
+#include <dali/public-api/common/dali-common.h>
+#include <dali/public-api/events/touch-event.h>
 
 namespace Dali DALI_IMPORT_API
 {
index a717787d61864cf08fae6b2764451c2481d7bb26..5b5abf0bcd5f007117e85d8a46325b077c36b47f 100644 (file)
@@ -18,6 +18,9 @@
  *
  */
 
+// EXTERNAL INCLUDES
+#include <dali/public-api/common/dali-common.h>
+
 namespace Dali DALI_IMPORT_API
 {