Fixed build errors 45/130945/2 submit/tizen/20170524.120752 submit/tizen/20170607.055817 submit/tizen/20170627.075052
authorAleksandr Sapozhnik <a.sapozhnik@samsung.com>
Wed, 24 May 2017 11:54:17 +0000 (14:54 +0300)
committerAleksandr Sapozhnik <a.sapozhnik@samsung.com>
Wed, 24 May 2017 11:59:09 +0000 (14:59 +0300)
Change-Id: I8a294c69e5e65a5d8228dcce2843f5b95c12a029
Signed-off-by: Aleksandr Sapozhnik <a.sapozhnik@samsung.com>
contacts-widget/src/Widget.cpp
lib-contacts/src/Contacts/Settings/ExportController.cpp
lib-contacts/src/Contacts/Settings/ImportController.cpp
lib-contacts/src/Contacts/Settings/ImportFromSimController.cpp
lib-phone/src/Phone/Dialer/SpeedDialPopup.cpp
lib-phone/src/Phone/SpeedDial/SettingsItem.cpp

index 63fee92..fbcf520 100644 (file)
@@ -30,6 +30,7 @@
 #include "AddButtonItem.h"
 #include "WidgetItemLayout.h"
 
+#include <app_i18n.h>
 #include <notification.h>
 
 #define WIDGET_ID_KEY "widget_id"
index 51cfa25..dab2671 100644 (file)
@@ -20,6 +20,7 @@
 #include "Ui/Popup.h"
 #include "Utils/Logger.h"
 
+#include <app_i18n.h>
 #include <contacts.h>
 #include <notification.h>
 
index 795082b..9903e27 100644 (file)
@@ -18,6 +18,7 @@
 #include "Ui/Popup.h"
 #include "Utils/Logger.h"
 
+#include <app_i18n.h>
 #include <notification.h>
 
 using namespace Contacts::Settings;
index fc3e3be..c31b6b5 100644 (file)
@@ -18,6 +18,7 @@
 #include "Utils/Callback.h"
 #include "Utils/Logger.h"
 
+#include <app_i18n.h>
 #include <contacts.h>
 #include <notification.h>
 
index 6ef2af5..00cdac6 100644 (file)
@@ -20,6 +20,7 @@
 #include "App/AppControlRequest.h"
 #include "Utils/Logger.h"
 
+#include <app_i18n.h>
 #include <notification.h>
 
 using namespace Phone::Dialer;
index 8a3450a..39d28a8 100644 (file)
@@ -25,6 +25,7 @@
 
 #include "SpeedDialLayout.h"
 
+#include <app_i18n.h>
 #include <notification.h>
 
 #define TEXT_BUFFER_SIZE 256