From 2479c631eb2bc120631abf18b94ad1600f040f48 Mon Sep 17 00:00:00 2001 From: Cristy Date: Mon, 3 Sep 2018 19:45:54 -0400 Subject: [PATCH] https://github.com/ImageMagick/ImageMagick/issues/1273 --- coders/wmf.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coders/wmf.c b/coders/wmf.c index fad570636..fa89cba87 100644 --- a/coders/wmf.c +++ b/coders/wmf.c @@ -61,7 +61,9 @@ #include "MagickCore/module.h" #include "MagickCore/type.h" #include "MagickCore/module.h" +#if defined(MAGICKCORE_WMF_DELEGATE) #include "MagickWand/MagickWand.h" +#endif #if defined(__CYGWIN__) #undef MAGICKCORE_SANS_DELEGATE -- 2.40.0