From ea126fb435d70992fc7f72805fed027549cd526a Mon Sep 17 00:00:00 2001 From: Choi Munseok Date: Mon, 17 Dec 2012 18:40:19 +0900 Subject: [PATCH] Fix Livebox Change-Id: I4b6677902b0cdd7a473e6ec31e8344fc9fe07b32 Signed-off-by: Choi Munseok --- src/FShellLiveboxManager.cpp | 5 +++-- src/FShell_LiveboxViewModel.cpp | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/FShellLiveboxManager.cpp b/src/FShellLiveboxManager.cpp index 494134e..0f0833a 100644 --- a/src/FShellLiveboxManager.cpp +++ b/src/FShellLiveboxManager.cpp @@ -24,10 +24,10 @@ #include #include #include -#include +#include #include #include -#include +#include #include #include @@ -36,6 +36,7 @@ using namespace std; using namespace Tizen::App; +using namespace Tizen::App::Package; using namespace Tizen::Base; using namespace Tizen::Base::Collection; using namespace Tizen::Graphics; diff --git a/src/FShell_LiveboxViewModel.cpp b/src/FShell_LiveboxViewModel.cpp index 80082ef..6b1511d 100644 --- a/src/FShell_LiveboxViewModel.cpp +++ b/src/FShell_LiveboxViewModel.cpp @@ -21,14 +21,15 @@ #include #include -#include +#include #include -#include +#include #include #include "FShell_LiveboxViewModel.h" using namespace std; using namespace Tizen::App; +using namespace Tizen::App::Package; using namespace Tizen::Base; namespace Tizen { namespace Shell -- 2.7.4