From bd625132329fc9fe172d0df1248c4cf33bec8857 Mon Sep 17 00:00:00 2001 From: Xavi Artigas Date: Fri, 19 Jul 2019 18:37:12 +0200 Subject: [PATCH] Add missing Slider header to Efl_Ui.h Summary: Without this, apps need to include Elementary.h to use unified sliders, which is bad. Test Plan: Create an app that uses sliders and only include Efl_Ui.h. Magic! Reviewers: zmike, bu5hm4n, cedric Reviewed By: cedric Subscribers: #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9358 --- src/lib/elementary/Efl_Ui.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elementary/Efl_Ui.h b/src/lib/elementary/Efl_Ui.h index 09204faad1..6ef6a65049 100644 --- a/src/lib/elementary/Efl_Ui.h +++ b/src/lib/elementary/Efl_Ui.h @@ -249,6 +249,7 @@ typedef Eo Efl_Ui_Spotlight_Indicator; # include # include # include +# include /** * Initialize Elementary