From: Fridrich S. <str...@us...> - 2008-11-11 09:36:41
|
Update of /cvsroot/libwpg/wpg2odg/cmdline In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv2666/cmdline Modified Files: StdOutputHandler.cxx Log Message: an include to fix compilation with upcoming gcc-4.4.x Index: StdOutputHandler.cxx =================================================================== RCS file: /cvsroot/libwpg/wpg2odg/cmdline/StdOutputHandler.cxx,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- StdOutputHandler.cxx 26 Nov 2006 17:14:05 -0000 1.4 +++ StdOutputHandler.cxx 11 Nov 2008 09:36:34 -0000 1.5 @@ -24,6 +24,7 @@ */ #include "StdOutputHandler.hxx" +#include <stdio.h> StdOutputHandler::StdOutputHandler() : mbIsTagOpened(false) |