From: Piotr Kosko Date: Wed, 6 May 2015 11:49:50 +0000 (+0200) Subject: [Callhistory][Contact] added include for changed internal contact API X-Git-Tag: submit/tizen_tv/20150603.064601~1^2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4c54245302d3fe73eb2893a8fa1e932e3d99acba;p=platform%2Fcore%2Fapi%2Fwebapi-plugins.git [Callhistory][Contact] added include for changed internal contact API [Feature] contacts_db_add_changed_cb_with_info contacts_db_remove_changed_cb_with_info moved from contacts_db.h to contacts_db_extension.h, so include was needed. [Verification] Code compiles without errors after manually added changed rpms to GBS-ROOT. Change-Id: Ie9ef7096c0a13e5c15356507a24a812cd6f4f774 Signed-off-by: Piotr Kosko --- diff --git a/src/callhistory/callhistory.cc b/src/callhistory/callhistory.cc index 65f45cbb..699c761e 100644 --- a/src/callhistory/callhistory.cc +++ b/src/callhistory/callhistory.cc @@ -6,6 +6,7 @@ #include #include +#include #include "common/logger.h" #include "common/platform_exception.h" diff --git a/src/contact/contact_manager.cc b/src/contact/contact_manager.cc index 607f4cc2..3e230b8b 100644 --- a/src/contact/contact_manager.cc +++ b/src/contact/contact_manager.cc @@ -23,6 +23,7 @@ #include "common/filter-utils.h" #include +#include #include "contact/contact_instance.h" #include "contact/person.h"