Page 1 of 1

Missing #include in MagickCore/nt-base.h of ImageMagick 7?

Posted: 2012-09-28T22:47:02-07:00
by henrywho
I seem to have solved some compilation errors (mingw 4.6.3 x86_64) after I added an extra #include in MagickCore/nt-base.h, i.e.,

Code: Select all

#include "MagickCore/geometry.h"
.... to ....

Code: Select all

#include "MagickCore/exception.h"
#include "MagickCore/geometry.h"
Is it a typo?

Re: Missing #include in MagickCore/nt-base.h of ImageMagick

Posted: 2012-09-29T06:20:53-07:00
by magick
We added your patch to the Subversion trunk. Thanks.