diff -r e3fccba1f02f -r 8134400f8f89 realtimenetprots/sipfw/ProfileAgent/profile_fsm/src/Sipprofilecontextbase.cpp --- a/realtimenetprots/sipfw/ProfileAgent/profile_fsm/src/Sipprofilecontextbase.cpp Fri Sep 17 08:32:30 2010 +0300 +++ b/realtimenetprots/sipfw/ProfileAgent/profile_fsm/src/Sipprofilecontextbase.cpp Mon Oct 04 00:41:02 2010 +0300 @@ -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");