[Wavelet-commit] Wavelet/tools pgmcompare.cc, 1.6, 1.7 ppm2grey.cc, 1.3, 1.4 vid2pgm.cc, 1.7, 1.8 w
Status: Beta
Brought to you by:
herbert
From: Herbert M. D. <he...@us...> - 2009-02-23 17:26:48
|
Update of /cvsroot/wavelet/Wavelet/tools In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv8899/tools Modified Files: pgmcompare.cc ppm2grey.cc vid2pgm.cc wavepgm.cc waveppm.cc Log Message: sanified the temp file creation in MagickInter.cc Index: pgmcompare.cc =================================================================== RCS file: /cvsroot/wavelet/Wavelet/tools/pgmcompare.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** pgmcompare.cc 7 Aug 2007 17:01:00 -0000 1.6 --- pgmcompare.cc 23 Feb 2009 17:26:41 -0000 1.7 *************** *** 13,16 **** --- 13,17 ---- #include <cstdio> #include <cmath> + #include <cstring> #include <WTools.hh> Index: vid2pgm.cc =================================================================== RCS file: /cvsroot/wavelet/Wavelet/tools/vid2pgm.cc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** vid2pgm.cc 7 Aug 2007 17:01:01 -0000 1.7 --- vid2pgm.cc 23 Feb 2009 17:26:41 -0000 1.8 *************** *** 12,15 **** --- 12,16 ---- #include <stdexcept> #include <iomanip> + #include <cstring> #include <WImage.hh> Index: ppm2grey.cc =================================================================== RCS file: /cvsroot/wavelet/Wavelet/tools/ppm2grey.cc,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** ppm2grey.cc 10 Aug 2005 09:35:23 -0000 1.3 --- ppm2grey.cc 23 Feb 2009 17:26:41 -0000 1.4 *************** *** 9,12 **** --- 9,13 ---- #include <iostream> #include <stdexcept> + #include <cstring> #include <Wave.hh> Index: wavepgm.cc =================================================================== RCS file: /cvsroot/wavelet/Wavelet/tools/wavepgm.cc,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** wavepgm.cc 7 Aug 2007 17:01:01 -0000 1.5 --- wavepgm.cc 23 Feb 2009 17:26:41 -0000 1.6 *************** *** 12,15 **** --- 12,16 ---- #include <cstdio> #include <cmath> + #include <cstring> #include <Wave.hh> Index: waveppm.cc =================================================================== RCS file: /cvsroot/wavelet/Wavelet/tools/waveppm.cc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** waveppm.cc 15 Aug 2007 13:13:58 -0000 1.6 --- waveppm.cc 23 Feb 2009 17:26:41 -0000 1.7 *************** *** 12,15 **** --- 12,16 ---- #include <cstdio> #include <cmath> + #include <cstring> #include <Wave.hh> |