Fix issue that remaining black screen when back key is pressed after launch keyboard...
[platform/core/uifw/inputdelegator.git] / inc / MoreOption.h
index 8ba659e..f410d52 100755 (executable)
@@ -16,6 +16,7 @@
 
 #pragma once
 
+#include "w-input-selector.h"
 #include <Elementary.h>
 #include <efl_extension.h>
 
@@ -26,7 +27,6 @@ class MoreOption
        Evas_Object *nf;
        Evas_Object *more_option_layout;
        Eext_Object_Item *item;
-
        Eina_Bool option_opened;
        void *voicedata;
 
@@ -68,6 +68,5 @@ class MoreOption
                 *
                 */
                Evas_Object *AddLanguageIcon(Evas_Object *parent);
-
 };