cedric pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=6f19594b4c49b810cd292fc6691daf388c40724f
commit 6f19594b4c49b810cd292fc6691daf388c40724f Author: Cedric Bail <cedric.b...@free.fr> Date: Sun Dec 8 13:31:53 2013 +0900 popup: make sure headers order is always fine. --- src/lib/elm_widget_popup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lib/elm_widget_popup.h b/src/lib/elm_widget_popup.h index bfca443..e0bbc22 100644 --- a/src/lib/elm_widget_popup.h +++ b/src/lib/elm_widget_popup.h @@ -1,6 +1,7 @@ #ifndef ELM_WIDGET_POPUP_H #define ELM_WIDGET_POPUP_H +#include "Elementary.h" #include "elm_widget_layout.h" /** --