diff --git a/coders/jp2.c b/coders/jp2.c
index 2f7757e..3b40e7e 100644
--- a/coders/jp2.c
+++ b/coders/jp2.c
@@ -40,6 +40,7 @@
Include declarations.
*/
#include "MagickCore/studio.h"
+#include "MagickCore/artifact.h"
#include "MagickCore/attribute.h"
#include "MagickCore/blob.h"
#include "MagickCore/blob-private.h"
diff --git a/coders/jpeg.c b/coders/jpeg.c
index 48ff407..b93e9f9 100644
--- a/coders/jpeg.c
+++ b/coders/jpeg.c
@@ -44,6 +44,7 @@
Include declarations.
*/
#include "MagickCore/studio.h"
+#include "MagickCore/artifact.h"
#include "MagickCore/attribute.h"
#include "MagickCore/blob.h"
#include "MagickCore/blob-private.h"
diff --git a/coders/tiff.c b/coders/tiff.c
index 43c9a14..1fa2e3c 100644
--- a/coders/tiff.c
+++ b/coders/tiff.c
@@ -2342,7 +2342,7 @@
return(status);
}
-static MagickBooleanType GetTIFFInfo(const IMage *image,TIFF *tiff,
+static MagickBooleanType GetTIFFInfo(const Image *image,TIFF *tiff,
TIFFInfo *tiff_info)
{
const char
diff --git a/coders/xps.c b/coders/xps.c
index 97054b6..40a755b 100644
--- a/coders/xps.c
+++ b/coders/xps.c
@@ -40,7 +40,7 @@
Include declarations.
*/
#include "MagickCore/studio.h"
-#include "MagickCore/property.h"
+#include "MagickCore/artifact.h"
#include "MagickCore/blob.h"
#include "MagickCore/blob-private.h"
#include "MagickCore/color.h"
@@ -61,6 +61,7 @@
#include "MagickCore/monitor-private.h"
#include "MagickCore/option.h"
#include "MagickCore/profile.h"
+#include "MagickCore/property.h"
#include "MagickCore/resource_.h"
#include "MagickCore/quantum-private.h"
#include "MagickCore/static.h"