Revision: 10145 http://pure-data.svn.sourceforge.net/pure-data/?rev=10145&view=rev Author: zmoelnig Date: 2008-07-06 12:58:57 -0700 (Sun, 06 Jul 2008)
Log Message: ----------- include missing include
Modified Paths: -------------- trunk/externals/tclpd/tcl_extras.cxx
Modified: trunk/externals/tclpd/tcl_extras.cxx =================================================================== --- trunk/externals/tclpd/tcl_extras.cxx 2008-07-06 19:53:11 UTC (rev 10144) +++ trunk/externals/tclpd/tcl_extras.cxx 2008-07-06 19:58:57 UTC (rev 10145) @@ -1,6 +1,7 @@ #include "tcl_extras.h" #include <map> #include <string> +#include <string.h>
using namespace std;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.