diff options
author | Igor Nazarov <i.nazarov@samsung.com> | 2017-08-28 12:25:50 +0300 |
---|---|---|
committer | Igor Nazarov <i.nazarov@samsung.com> | 2017-08-28 12:35:48 +0300 |
commit | b4aaa0e9cbf910cf5bc0b56f288680b0503e799f (patch) | |
tree | ea6610de542bd2dac269a79a60f4359fe3b9c6b5 | |
parent | cae961ba8dd6fcbb198c10ea5d2c5468387578bc (diff) | |
download | gallery-b4aaa0e9cbf910cf5bc0b56f288680b0503e799f.tar.gz gallery-b4aaa0e9cbf910cf5bc0b56f288680b0503e799f.tar.bz2 gallery-b4aaa0e9cbf910cf5bc0b56f288680b0503e799f.zip |
[Gallery] UCL update
sync_point: [ucl] Ia53e314ced04378376c798b3df7b80c3a72217b3
Change-Id: Ibd13879af1038ab0ad91c62b72d46b96a8c8efc0
-rw-r--r-- | ucl/source/gui/ElmWidget.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ucl/source/gui/ElmWidget.cpp b/ucl/source/gui/ElmWidget.cpp index b7d227e..278407b 100644 --- a/ucl/source/gui/ElmWidget.cpp +++ b/ucl/source/gui/ElmWidget.cpp @@ -19,6 +19,8 @@ #include "ucl/gui/Window.h" #include "ucl/gui/helpers.h" +#include "common.h" + namespace ucl { ElmWidget::ElmWidget(IRefCountObj *rc, Evas_Object *eo, bool isOwner) : |