summaryrefslogtreecommitdiff
path: root/src/lib/evas/canvas/efl_animation_object_group_private.h
diff options
context:
space:
mode:
authorJaehyun Cho <jae_hyun.cho@samsung.com>2017-09-13 14:59:22 +0900
committerJaehyun Cho <jae_hyun.cho@samsung.com>2017-09-27 11:29:25 +0900
commite41b9b01cd91e11be4f68f3109a93233ab0751b0 (patch)
treea04ee0129f680c6131eb0de07453b46de83e779e /src/lib/evas/canvas/efl_animation_object_group_private.h
parent07514172a3a3ee8733ef4111d4cffd6219f7d49d (diff)
downloadefl-devs/jaehyun/efl_animation2.tar.gz
efl_animation: Add interpolator propertydevs/jaehyun/efl_animation2
Interpolator property is added to apply interpolation function.
Diffstat (limited to 'src/lib/evas/canvas/efl_animation_object_group_private.h')
-rw-r--r--src/lib/evas/canvas/efl_animation_object_group_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/evas/canvas/efl_animation_object_group_private.h b/src/lib/evas/canvas/efl_animation_object_group_private.h
index a710b462e7..52456b3f89 100644
--- a/src/lib/evas/canvas/efl_animation_object_group_private.h
+++ b/src/lib/evas/canvas/efl_animation_object_group_private.h
@@ -1,6 +1,7 @@
#define EFL_ANIMATION_OBJECT_PROTECTED
#include "evas_common_private.h"
+#include <Ecore.h>
#define MY_CLASS EFL_ANIMATION_OBJECT_GROUP_CLASS
#define MY_CLASS_NAME efl_class_name_get(MY_CLASS)