diff options
| author | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2018-12-14 17:51:08 +0100 |
|---|---|---|
| committer | Tomas Bzatek <tbzatek@users.sourceforge.net> | 2018-12-14 17:51:08 +0100 |
| commit | 4d9387931268151bf30dd3d4e1e4435288acb5da (patch) | |
| tree | 69e089697f9a4eafd07edbb12b79f935314abaed /src/jpeg-utils.cpp | |
| parent | 29381f9e70d122ea4d89d71ea97f42253c528211 (diff) | |
| download | cataract-4d9387931268151bf30dd3d4e1e4435288acb5da.tar.xz | |
jpeg-utils: Fix ImageMagick includes
Thanks to Sebastian Pipping for nagging me loudly about this!
Diffstat (limited to 'src/jpeg-utils.cpp')
| -rw-r--r-- | src/jpeg-utils.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jpeg-utils.cpp b/src/jpeg-utils.cpp index 61aeebd..32eb64f 100644 --- a/src/jpeg-utils.cpp +++ b/src/jpeg-utils.cpp @@ -22,7 +22,7 @@ #include <exiv2/image.hpp> #include <exiv2/exif.hpp> -#include <wand/magick-wand.h> +#include <wand/MagickWand.h> #include <config.h> |
