This commit is contained in:
John Cupitt 2007-10-12 13:03:18 +00:00
parent ba0f826f33
commit b824e03d10
2 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,6 @@
28/9/07 started 7.13.1
- vips2dj can print RGB images
- oop, include <stdexcept> missing
29/8/07 started 7.13.0
- we now have a trunk and the version is 7.13.x, woo!

View File

@ -3,6 +3,7 @@
%module VMask
%{
#include <stdexcept>
#include <vips/vipscpp.h>
%}