phonebookengines/contactsmodel/cntview/ViewBase.cpp
changeset 37 fd64c38c277d
parent 25 76a2435edfd4
--- 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 <ecom/ecomresolverparams.h>
 
 // User includes
@@ -25,6 +26,9 @@
 #include "cviewcontactextension.h"
 #include <cntviewsortplugin.h>
 #include "cntviewprivate.h"
+#ifdef SYMBIAN_ENABLE_SPLIT_HEADERS
+#include <cntviewsortpluginbase.h>
+#endif
 
 extern void DebugLogViewNotification(const TDesC& aMethod, const TContactViewEvent& aEvent);