This commit is contained in:
John Cupitt 2007-12-13 12:22:20 +00:00
parent 450144fdcb
commit f5bd1464da
3 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,6 @@
12/12/07 started 7.13.3
- added "include <cstring>" to VImage.cc to help gcc 4.3
31/10/07 started 7.13.2
- build cimg on windows fixes
- various include cleanups, updated man pages

2
TODO
View File

@ -23,6 +23,8 @@
added -lstdc++ to VIPS_LIBS, but will this work on solaris etc.? maybe have
a configure option to turn off CImg
there must be an autoconf macro that finds the stdc++ library name
- test maxpos_avg, quite a few changes
- im_exr2vips can now use c++ api

View File

@ -32,6 +32,7 @@
#include <vips/intl.h>
#include <cstdlib>
#include <cstring>
#include <cstdio>
#include <vips/vips.h>