diff -r 2a11b5b00470 -r fd64c38c277d phonebookengines/contactsmodel/cntview/ViewBase.cpp --- a/phonebookengines/contactsmodel/cntview/ViewBase.cpp Fri May 14 15:42:23 2010 +0300 +++ b/phonebookengines/contactsmodel/cntview/ViewBase.cpp Thu May 27 12:45:19 2010 +0300 @@ -15,7 +15,8 @@ * */ -#include "ecom/ecom.h" // for recomsession +// System includess +#include "ecom/ecom.h" // For REComSession #include // User includes @@ -25,6 +26,9 @@ #include "cviewcontactextension.h" #include #include "cntviewprivate.h" +#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS +#include +#endif extern void DebugLogViewNotification(const TDesC& aMethod, const TContactViewEvent& aEvent);