From c8ab8d9b32a0d537f1fbd1390db7c3e746c2a0eb Mon Sep 17 00:00:00 2001 From: Cristy Date: Sat, 13 Jul 2019 09:15:22 -0400 Subject: [PATCH] ... --- coders/ghostscript-private.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/coders/ghostscript-private.h b/coders/ghostscript-private.h index 022cb7448..5c16a9d08 100644 --- a/coders/ghostscript-private.h +++ b/coders/ghostscript-private.h @@ -16,6 +16,8 @@ #ifndef MAGICK_GHOSTSCRIPT_BUFFER_PRIVATE_H #define MAGICK_GHOSTSCRIPT_BUFFER_PRIVATE_H +#include "coders/bytebuffer-private.h" + #if defined(MAGICKCORE_GS_DELEGATE) || defined(MAGICKCORE_WINDOWS_SUPPORT) static int MagickDLLCall GhostscriptDelegateMessage(void *handle, const char *message,int length) -- 2.40.0