[Callhistory][Contact] added include for changed internal contact API
authorPiotr Kosko <p.kosko@samsung.com>
Wed, 6 May 2015 11:49:50 +0000 (13:49 +0200)
committerPiotr Kosko <p.kosko@samsung.com>
Wed, 6 May 2015 11:49:53 +0000 (13:49 +0200)
[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 <p.kosko@samsung.com>
src/callhistory/callhistory.cc
src/contact/contact_manager.cc

index 65f45cbbe40592ce1d159a1f9f88a2a956a1a981..699c761eab5dbc646215d1c9925d773c977be715 100644 (file)
@@ -6,6 +6,7 @@
 
 #include <tapi_common.h>
 #include <ITapiSim.h>
+#include <contacts_db_extension.h>
 
 #include "common/logger.h"
 #include "common/platform_exception.h"
index 607f4cc2a0a6204d572fc24fb37c87ce905c94a5..3e230b8b57d55faa184c4b3b1edd9c85bdbeef62 100644 (file)
@@ -23,6 +23,7 @@
 #include "common/filter-utils.h"
 
 #include <contacts.h>
+#include <contacts_db_extension.h>
 #include "contact/contact_instance.h"
 #include "contact/person.h"