Author: sayer Date: 2010-04-19 14:11:58 +0200 (Mon, 19 Apr 2010) New Revision: 1810
Modified: trunk/apps/dsm/DSMModule.h Log: missing include (AmSession is casted to) Modified: trunk/apps/dsm/DSMModule.h =================================================================== --- trunk/apps/dsm/DSMModule.h 2010-04-19 11:46:42 UTC (rev 1809) +++ trunk/apps/dsm/DSMModule.h 2010-04-19 12:11:58 UTC (rev 1810) @@ -29,6 +29,7 @@ #include "DSMStateEngine.h" #include "AmSipMsg.h" #include "AmArg.h" +#include "AmSession.h" class DSMSession; _______________________________________________ Semsdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/semsdev
