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

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
henrywho
Posts: 188
Joined: 2011-08-17T06:46:40-07:00
Authentication code: 8675308

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

Post 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?
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

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

Post by magick »

We added your patch to the Subversion trunk. Thanks.
Post Reply