From e49c74e92d5724bc0bd5ea780d1163ffda308215 Mon Sep 17 00:00:00 2001 From: Cristy Date: Sun, 19 Nov 2017 19:38:05 -0500 Subject: [PATCH] ... --- coders/heic.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coders/heic.c b/coders/heic.c index 0e3c56749..356c70a8a 100644 --- a/coders/heic.c +++ b/coders/heic.c @@ -57,6 +57,9 @@ #include "MagickCore/string_.h" #include "MagickCore/string-private.h" #include "MagickCore/utility.h" +#if defined(MAGICKCORE_HEIC_DELEGATE) +#include +#endif /* %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- 2.50.1