diff -r a003f0e60a07 -r e4420734a2a0 realtimenetprots/sipfw/ProfileAgent/profile_fsm/src/Sipprofilecontextbase.cpp --- a/realtimenetprots/sipfw/ProfileAgent/profile_fsm/src/Sipprofilecontextbase.cpp Fri Sep 03 14:18:25 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/profile_fsm/src/Sipprofilecontextbase.cpp Tue Oct 19 05:33:24 2010 +0530 @@ -21,6 +21,7 @@ // INCLUDE FILES #include +#include #include "sipprofilecontextbase.h" #include "sipgendefs.h" #include "SipProfileLog.h" @@ -41,7 +42,8 @@ #include "sipstrconsts.h" #include "sipmanagedprofile.h" #include "sip.h" -#include + + const TInt KMicroSecsInSec = 1000000; _LIT8(KTmpSipUri, "sip:tmp");