diff options
Diffstat (limited to 'magick/profile.h')
-rw-r--r-- | magick/profile.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/magick/profile.h b/magick/profile.h index 7db18f9..3c34748 100644 --- a/magick/profile.h +++ b/magick/profile.h @@ -75,6 +75,12 @@ extern MagickExport MagickPassFail extern MagickExport void DeallocateImageProfileIterator(ImageProfileIterator profile_iterator); +#if defined(MAGICK_IMPLEMENTATION) + +# include "magick/profile-private.h" + +#endif /* defined(MAGICK_IMPLEMENTATION) */ + #if defined(__cplusplus) || defined(c_plusplus) } #endif /* defined(__cplusplus) || defined(c_plusplus) */ |