From: <mm...@us...> - 2009-10-06 00:46:12
|
Revision: 375 http://libirc.svn.sourceforge.net/libirc/?rev=375&view=rev Author: mm_202 Date: 2009-10-06 00:46:06 +0000 (Tue, 06 Oct 2009) Log Message: ----------- Include <string.h> in IRCTextUtils.h. gcc 4.3.3 throws errors without it. Modified Paths: -------------- trunk/libirc/include/IRCTextUtils.h Modified: trunk/libirc/include/IRCTextUtils.h =================================================================== --- trunk/libirc/include/IRCTextUtils.h 2009-08-08 02:31:44 UTC (rev 374) +++ trunk/libirc/include/IRCTextUtils.h 2009-10-06 00:46:06 UTC (rev 375) @@ -22,6 +22,7 @@ #include <algorithm> #include <ctype.h> #include <string> +#include <string.h> #include <stdarg.h> #include <vector> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |